Transpiles Mindstorms to ev3dev2 python.
Project description
mindpile
A transpiler for EV3 Mindstorms to ev3dev2 Python.
Using mypy for types and black for code-auto-formatting.
Using
ev3sim includes native mindpile support, this is the easiest way to get started.
Blocks Not Implemented
Blocks Partially Implemented
- Display: Doesn't support displaying images, white colour, or text size
- Sound: Doesn't support playing files, repeat play type, or stopping sounds
- Loop Interrupt: Only supports breaking out of a loop it is directly inside. It can't break out more than 1 layer
- Brick Buttons: This probably has some bugs
- Motor Sensors: You must use a motor from that port before reading the value
- Comment: Comments aren't inserted into Python code
Contributing
Install the package locally with
pip install -e ./
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
mindpile-0.0.2.tar.gz
(21.7 kB
view hashes)
Built Distribution
mindpile-0.0.2-py3-none-any.whl
(30.5 kB
view hashes)