Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microesp8266

small python project to set controller

To run this project

  1. Install python3.9
  2. Clone repo -> git clone <repo_name>
  3. Cd to local project -> cd <cloned_dir>
  4. Create venv -> python3.9 -m venv <name_of_virtualenv>
  5. Enter venv -> source <name_of_virtualenv>/bin/activate
  6. Install requirements -> pip install -r requirements.txt
  7. Run python -m main -h to get help regarding possible arguments

This project works with python version >= 3.7

To check current version type:

  1. python -V or python3 -V

Possible examples of run option:

  1. with custom config: python -m main --custom_config my_custome_name
  2. with args: python -m main --boot 2 --bin 1 --size 3
  3. with default args: python -m main
  4. to use GUI version: python -m main --gui true

About

small python project to set controller

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages