Install packages:
# pip install pytest
pip install -r requirements.txtRun the tests:
# find all the tests and run them:
pytest# Windows OS:
# ... if `export` doesn't work for you, try `set` instead
# ... or set FLASK_APP variable via ".env" file
export FLASK_APP=web_app
flask runRun the character optimizer:
python -m app.optimizercd ~\Desktop\OPAN_3244\Freestyle-Project