Skip to content

pretbc/microesp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published