Skip to content

A simple IDE for Python, designed to be easy to use with Micropython and a microcontroller.

License

Notifications You must be signed in to change notification settings

Finnomator/PiIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi IDE

GitHub all releases GitHub issues GitHub code size in bytes GitHub

A simple and very basic IDE for Python, designed to be easy to use with Micropython and a microcontroller.

Installation

Visit the release page and download the latest build.

Features

Customizable Syntax Highlighting

A customizable syntax highlighter powered by Jedi and Regex.

Highlighting Image

Linting

Python linting with Pylint.

Code Completions

Code completions with Jedi.

Completions Image

Run Code on a Raspberry Pi

Edit and run your micropython code on a Raspberry Pi.
Editing is also possible if the Pi is not connected.