/dictionary-gui-app

Dictionary GUI application built with Python tkinter and web scraping using BeautifulSoup to search for definition.

Primary LanguagePython

Tkinter + BeautifulSoup - Dictionary GUI

Python Graphical User Interface package Tkinter is used with Beautiful Soup to scrape the definition of any word from the source dictionary.com.

Requirements

  • Python 3
  • Built-in module Tkinter
  • BeautifulSoup pip install beautifulsoup4
  • Requests library pip install requests

Run dictionary.py in terminal/cmd.

python dictionary.py

Screenshot

dictionary-python