EmyDictionary is an interactive English dictionary program built and developed by OGUNDARE OLAMIDE EMMANUEL. This program allows users to look up the meanings of English words interactively.
-
Clone the repository:
git clone https://github.com/EmyCodes/EmyDictionary.git
-
Navigate to the project directory:
cd EmyDictionary
-
Create a virtual environment and activate it:
python3 -m venv .venv source .venv/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Make sure your virtual environment is activated:
source .venv/bin/activate
-
Run the program:
python app.py
-
Enter a word when prompted, and the program will provide the meanings of the word.
app.py
: The main entry point of the program.config.py
: Configuration file containing database credentials.models/
: Directory containing the database model and related files.resources/
: Directory containing utility functions and error messages.AUTHOR
: File containing information about the author.LICENSE
: MIT License file.
OGUNDARE OLAMIDE EMMANUEL
- GitHub: EmyCodes
- Twitter: @EmyCodes
- LinkedIn: Olamide Emmanuel Ogundare
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to OGUNDARE OLAMIDE EMMANUEL for creating and sharing this interactive English dictionary program.