DEV Community

Cover image for Python Editor
Reekraj Roy
Reekraj Roy

Posted on

Python Editor

pyrun editor

Python Editor

This is a Python code editor to execute .py files. Facilities like saving, opening and compilation of files are provided. The Gui has been designed using Tkinter and factory functions implemented by tkinter.filedialog and subprocess module .

This project has been build by following Programming Hero's Create your Own IDE video from YouTube.

📑️ Further Documentation

The following docs have a great explaination on the tools and modules used in this project:-

(1) tkinter.filedialog

(2) tkinter

(3) subprocess

(4) pipes

You can find the project here: REEKRAJROY/pyrun-editor

Any suggestions for improvement are more than welcome.

Top comments (0)