Go to file
2021-03-16 13:47:37 +01:00
app Update board 2021-03-16 13:47:37 +01:00
resources fill images instead od colors 2021-03-16 12:20:06 +01:00
.gitignore init app 2021-03-16 10:06:56 +01:00
config.py bugfixes 2021-03-16 13:27:39 +01:00
images.py bugfixes 2021-03-16 13:27:39 +01:00
main.py init app 2021-03-16 10:06:56 +01:00
Readme.md init app 2021-03-16 10:06:56 +01:00
requirements.txt init app 2021-03-16 10:06:56 +01:00

Tractor

1. Requirements

python version 3.9 or higher

python -v

2. Create virtual environments and install libs

virtualenv venv
source activate
pip3 install -r requirements.txt

3. Run application

python3 main.py