eitancj / AcroDict

Interactive acronym lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

¡AcroDict!

Interactive Python tool for Acronym Lookup.
This is just something I made in order to practice python.

Skills Practiced

  • Dictionaries
  • Functions
  • Classes
  • Regex
  • File Processing
  • Menu Parsing
  • Error Handling

Current Functionalities

  • List available Acro-Dicts (acronym dictionaries)
  • Display meaning for a given acronym
  • Display meaning for all acronyms in a dictionary

Intended Future Functionalities

  • Add new dictionary
  • Remove existing dictionary
  • Modify existing dictionary: add/mod/del a given key-value pair
  • Modify dictionary attributes

Prerequisites

  • Python3

Tested On

  • Python 3.11.4
  • MacOS X

Running the App

python3 AcroDict.py

About

Interactive acronym lookup


Languages

Language:Python 100.0%