Development project for an IDE with options to flash MicroPython on ESP microcontrollers.
A MicroPython REPL simulator will be added soon.
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
sudo pip3 install --pre togapython3 -m venv venv
source venv/bin/activate
pip install --pre toga
pip install pyserial
pip install python-dotenv
pip install click