Skip to content

Files

Latest commit

 

History

History

Simple Python IDE using Tkinter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Simple Python IDE using Tkinter

This is a Simple Python IDE using Tkinter. We can Run our Python Code here. we open our saved code in this IDE. when you can't save your code and run it an error message show "Please save your code". This Python IDE develops using Tkintertable & subprocess. run module. After your code will run successfully, to exit from the IDE go to File and click the Exit Button.

Setup instructions

There are two ways to run it on your Linux,MAC or Windows

  • Run the executable(.exe) file.
  • Run the program in your IDE or terminal/command line.

Requirements:

  • Python3
pip install tkintertable
pip install subprocess.run

Click on the Click Here to see the Simple Python IDE using Tkinter Demo on YouTube.

Name of Script YouTube Link Author Tools Used
Simple Python IDE using Tkinter Click Here Priyadarshan Ghosh tkintertable, subprocess.run

Output

image

Demo

20210329_130409

Author(s)

  • Priyadarshan Ghosh (Priyadarshan2000)