Skip to content

Creative-Media-Group/uPy_IDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uPy_IDE (An attempt at making a MicroPython IDE) 😆

Development project for an IDE with options to flash MicroPython on ESP microcontrollers.

A MicroPython REPL simulator will be added soon.

Execution

So far, only an executable for Linux has been created. However, the overall project is still under development, so you can also run the project itself, but certain requirements must be met depending on the operating system.

See the minimum requirements here: https://github.com/pybee/toga/blob/master/README.rst

Once you have the required components installed and have cloned the repository locally. Open a terminal outside the project folder and run one of the following commands:

python -m uPy_IDE or python3 -m uPy_IDE

Without a virtual environment

sudo pip3 install --pre toga

With a virtual environment

python3 -m venv venv
source venv/bin/activate
pip install --pre toga
pip install pyserial
pip install python-dotenv

pip install click

About

Proyecto para desarrollar un IDE con opciones de flashear MicroPython en microcontroladores ESP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • C 3.6%