Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 543 Bytes

File metadata and controls

29 lines (18 loc) · 543 Bytes

MrPython

A simplified programming environment for Python (3.x) - based on IDLE

Installation

Git command line:

$ git clone --recurse-submodules https://github.com/fredokun/MrPython.git
...
$ cd MrPython
$ python3 mrpython/Application.py &

This fork

Adds compatibility of type checking with Python 3.9+ version (tested with Python 3.14.11).


Copyright (C)

  • 2001-2015 the IDLE authors (Idle)
  • 2015-2018 Frederic Peschanski (MrPython fork) under Python license (cf. LICENSE.python).