Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 437 Bytes

MrPython

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

Installation

Git command line:

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

Copyright (C)

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