Skip to content

PyLexiconApp: A Python dictionary tool using tkinter. Search, add, and explore words with definitions. Simple language utility for all.

Notifications You must be signed in to change notification settings

Ananyasingh2002/PyLexiconApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

PyLexiconApp: A Python dictionary tool using tkinter. Search, add, and explore words with definitions. Simple language utility for all.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages