### African - Lingo
Our mission's focus for this trimester is education and our project is to help anyone learn and understand diverse African lingos and cultures. This project intends to help those who feel misplaced in a different culture and attempt to integrate into the culture accordingly. The project is essential for us as a team because we understand that we all come from different cultures, and what better way to bond as a team than by learning about our languages?
## How to use the project
To Work with our project file, clone the project using
`git clone
github.com`
Then Create a virtual env
`python -m venv env`
## then activate the virtual env,
If you are using Linux, use the first command, if you are using windows, then use the second command.
`source env/bin/activate`
`source env/scripts/activate`
then install the required files, the google translate, package for python,
`pip install -r requirements.txt`
After installing all the required Packages,
the main app runs in the `main.py` so in order to run it, just start by running
`python main.py`