Personal acronym dictionary
This is a desktop application built with Python and the Tkinter library. The Acronym Dictionary App allows users to create, modify, and search through custom dictionaries for sets of acronyms and their associated definitions.
- Add, modify, and remove acronym definitions.
- Search for acronym definitions.
- Save and load acronym dictionaries in CSV format.
- Supports multiple definitions per acronym.
- Interactive and easy-to-use GUI.
-
Run the app by executing
python acrodict.py
(or by clicking on the executable, if you have compiled it into an application). -
Use the search bar at the top of the application to search for an acronym.
-
Use the 'Add Entry' button to add a new acronym and its definition to the dictionary. Multiple definitions for the same acronym can be added; these are separated by semicolons.
-
Use the 'Remove Entry' button to remove a selected definition of an acronym from the dictionary.
-
The 'File' menu has options to create a new dictionary, open a dictionary, save the current dictionary, save the current dictionary under a new name, close the current dictionary, and quit the application.
-
The 'Edit' menu has options to copy and paste text.
-
The 'Entry' menu has options to add, modify, and delete dictionary entries, and view all entries.
-
The 'Settings' menu has options to customize program and dictionary settings.
- Python 3.6 or higher
- Tkinter
This project is licensed under the MIT License - see the LICENSE file for details.