falsk application that translates shona and ndebele
Create venv python3 -m venv path/to/venv
activate venv with source path/to/venv/bin/activate on mac path\to\venv\Scripts\activate.bat on windows
pip install -r requirements.txt
export FLASK_DEBUG=1 --- for reload --- set FLASK_DEBUG=1 for windows