Python IDE using Tkinter #pythoncode06

 Python IDE using Tkinter 
PythonCode6

    Made this python ide using Tkinter. I have recently created the text editor using tkinter, using this code i made the run Menu which runs the python written in the text editor. Made this using two modules Tkinter and Subprocess.

    Subprocess module :- This module helps to interact with the command prompt or shell in linux or windows using this module it helps to run the particular opened file.
eg. python filename.py
        This is how we run the python file in cmd or command prompt in windows.

Using this Syntax we created this ide.
Although there are some error and bug. But we can't say This ide is best to work as it is the project so see it in the perspective of project.

Note: it runs the file for having the E:/ space in it having the one folder only it will not work it the opened file is in many subfolder. so if you want to use it assign the particular directory then only work.
In future the new update will be brought to cut out this Exception.

Code for this and output video i have attached below this.


Code :
Download code File => Click Here




Comments