🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Title: Simple Python IDE
About: It's an GUI script
Name: Akash Ramanand Rajak
Label: Feature Request
Assignee: ''
Define You:
[x] LGM-SOC'21 Participant
[ ] DevIncept Participant
[ ] Contributor
In this script, will create an applicaton using tkinter GUI,
In this user will be given a textarea where user can write the python code
and using the run button , will show the output of that written in message box.
and is some error is there in the code, then will also try to show some error message.
for implementing this will be using StringIO library from io module.
Title: Simple Python IDE About: It's an GUI script Name: Akash Ramanand Rajak Label: Feature Request Assignee: ''
Define You:
In this script, will create an applicaton using tkinter GUI,
In this user will be given a textarea where user can write the python code
and using the run button , will show the output of that written in message box.
and is some error is there in the code, then will also try to show some error message. for implementing this will be using StringIO library from io module.