Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.45 KB

PyLexiconApp - Python Dictionary Application

Python Dictionary Application

PyLexiconApp is a simple dictionary application written in Python using the tkinter library. It allows users to search for word definitions, add new words and their definitions, display words starting with a specific letter, and get a random "Word of the Day."

Features

  • Search for word definitions.
  • Add new words to the dictionary.
  • Display words starting with a specific letter.
  • Get a random "Word of the Day."

Requirements

  • Python 3.x
  • tkinter (usually included with standard Python installations)

Usage

  1. Clone the repository to your local machine:

    https://github.com/Ananyasingh2002/PyLexiconApp.git
  2. Open a terminal and navigate to the project directory:

    cd PyLexiconApp
  3. Run the application:

    python dictionary.py
  4. The application GUI will open, allowing you to interact with the different functions.

Screenshots

Search word Add word Search letter Word of the day

Acknowledgments

  • The initial word data is loaded from words.json.
  • Thanks to the tkinter library for providing the graphical user interface.

Feel free to contribute to this project by adding more features, improving the code, or fixing any issues. Pull requests are welcome!