A simple web scraper that scrapes ordnet.dk (Danish web dictionary) for information, regarding the searched term.
When the search is done, the user will be presented with the opportunity to search again or terminate the process.
- Python3
- Python module Beautifulsoup4
# Installing beautifulsoup (Needs python)
$ pip install beautifulsoup4