Custom Mu - Custom version of A Simple Python Code Editor Mu
- Integrated the enhanced Pygame Zero Helper Lib to Mu
- Integrated PyInstaller to package and deploy your Pygame Zero Game project to one executable file
- Enhanced the file manager for Respberry Pi Pico board
- Navigation in the both local andd device file manager
- Copy a file between both local andd device file manager
- Delete a file in the local file manager
Enhanced the Start/Stop button to run your code directly on the RPi Pico
- Integrated the enhanced Picozero Lib to Mu
- Added new Shortcuts
Shortcuts
Functions
Ctrl(Cmd) + w
Close tab
Ctrl(Cmd) + , or .
Move letf or right tab
- Enhanced the Find function
- Show the very word in the Find window based on your selected text
install miniconda
https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html
Create virtual environment
conda create -n mu python=3.8
Activate the created virtual env.
conda activate mu
Clone source codes
git clone https://github.com/roboticsware/mu
Enter the directory of source codes
cd mu
Install dev dependencies
pip install -e ".[dev]"
Run Mu
python run.py
Build Mu
make win64 or macos
You can also reivew more information about extensive developer documentation here.