tomriddle77 / Hacktober22

Hacktoberfest22 project and codes. This repo is about hacktoberfest 2022 and if you wanna make your first PR to be accepted then please contribute here.
MIT License
68 stars 166 forks source link

added a basic IDE written in python using the tkinter GUI library #203

Closed Sapphire-code closed 2 years ago

Sapphire-code commented 2 years ago

Nothing much, it's just a basic IDE that takes the code written and creates a new directory in the folder the PyIDE.py file is located in. Then it creates a new file in that directory called main.py and executes the python file when the run button is clicked.