small python project to set controller
To run this project
- Install
python3.9 - Clone repo ->
git clone <repo_name> - Cd to local project ->
cd <cloned_dir> - Create venv ->
python3.9 -m venv <name_of_virtualenv> - Enter venv ->
source <name_of_virtualenv>/bin/activate - Install requirements ->
pip install -r requirements.txt - Run
python -m main -hto get help regarding possible arguments
This project works with python version >= 3.7
To check current version type:
python -Vorpython3 -V
Possible examples of run option:
- with custom config:
python -m main --custom_config my_custome_name - with args:
python -m main --boot 2 --bin 1 --size 3 - with default args:
python -m main - to use GUI version:
python -m main --gui true