Desktop MicroPython IDE with serial REPL, device explorer, and bundled library manager.
Project description
BoardyPy
BoardyPy is a desktop MicroPython IDE built with PyQt5.
It focuses on a lightweight workflow for MicroPython boards and bundles the tools you need in one place:
- code editor with syntax highlighting
- serial REPL / console
- local file explorer
- device file explorer for MicroPython boards
- bundled MicroPython library manager
- local script runner
Installation
pip install boardypy
Run
boardypy
Development
pip install -e .
python -m boardypy
Notes
- Python
>=3.9is required. - The project uses a custom attribution-required license; see
LICENSE. - Runtime configuration, logs, and session snapshots are stored in the user profile directory, not inside the installed package.
- On Linux, serial access may require adding your user to the device group, for example:
sudo usermod -a -G dialout $USER, then logging out and back in. - The toolbar web search opens Yandex Search in the external browser; the generated URL includes the
clidparameter.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
boardypy-1.0.10.tar.gz
(400.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
boardypy-1.0.10-py3-none-any.whl
(418.2 kB
view details)
File details
Details for the file boardypy-1.0.10.tar.gz.
File metadata
- Download URL: boardypy-1.0.10.tar.gz
- Upload date:
- Size: 400.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b979ee76424b2c735be8c37e2e4210d7a798b3a2f23f17450609de8f071136be
|
|
| MD5 |
c8ff8dc8b5b58a36993846928d13d4dd
|
|
| BLAKE2b-256 |
43489daf9d59576b1190651720cfdb920f54fbde10cb155fea4cce58d3b61691
|
File details
Details for the file boardypy-1.0.10-py3-none-any.whl.
File metadata
- Download URL: boardypy-1.0.10-py3-none-any.whl
- Upload date:
- Size: 418.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08b3ac1266e1b44cf39ac4bd9f723e133fd3b361179ca5fd7c5278f02c7ff3cd
|
|
| MD5 |
0135a743ffed86e9561f6df9664736a8
|
|
| BLAKE2b-256 |
7cb36b6635f7f89a049fd71df8754d186743958ccab48894730d12494afd05ec
|