Запуск приложения

python3 -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
python3 main.py