{"id":22389958,"url":"https://github.com/akash-rajak/simple-python-ide","last_synced_at":"2025-08-02T11:33:27.804Z","repository":{"id":112665513,"uuid":"385448367","full_name":"akash-rajak/Simple-Python-IDE","owner":"akash-rajak","description":"A new python IDE to run python codes.","archived":false,"fork":false,"pushed_at":"2021-10-07T15:54:21.000Z","size":30940,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T21:34:08.551Z","etag":null,"topics":["python-ide","python3","stringio","tkinter","webrowser"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akash-rajak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-13T02:28:29.000Z","updated_at":"2021-12-07T15:47:04.000Z","dependencies_parsed_at":"2023-06-10T22:00:12.418Z","dependency_job_id":null,"html_url":"https://github.com/akash-rajak/Simple-Python-IDE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akash-rajak/Simple-Python-IDE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FSimple-Python-IDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FSimple-Python-IDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FSimple-Python-IDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FSimple-Python-IDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akash-rajak","download_url":"https://codeload.github.com/akash-rajak/Simple-Python-IDE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FSimple-Python-IDE/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378965,"owners_count":24240907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python-ide","python3","stringio","tkinter","webrowser"],"created_at":"2024-12-05T03:13:56.915Z","updated_at":"2025-08-02T11:33:27.760Z","avatar_url":"https://github.com/akash-rajak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ✔ SIMPLE PYTHON IDE\n- A \"Simple Python IDE\" is an python IDE created in python with tkinter gui.\n- In this IDE, user will be able to run python code and see the output in the message box, by clicking on the RUN button.\n- Here user will also be able to change the background to black mode using the BLACK button.\n- Using RESET button user can also clear the written code and reset the background of code area to normal background.\n- Also there is a button LEARN, clicking on which a Geeks for Geeks - Python learning website will open.\n\n****\n\n### REQUIREMENTS :\n- python 3\n- tkinter module\n- from tkinter messagebox module\n- from io import StringIO\n- webbrowser\n\n****\n\n### How this Script works :\n- User just need to download the file and run the simple_python_ide.py on their local system.\n- Now on the main window of the application the user needs to click on the start button to start coding in Python in new IDE.\n- After clicking on START button, user will see the IDE, where one code area is given and several buttons are there.\n- Now user can write any code in Python in that code area and click on the RUN button to run the program and see the output in messagebox.\n- Also if there is some error in the written code, then also this IDE will show some error using messagebox.\n- Also there is a BLACK button clicking on which changes the back ground color of code area to black.\n- Also user can reset the background color of code area and clears the code using the RESET button.\n- Also if user wants to learn python, then he can click on the LEARN button, and user will be taken to the Geeks for Geeks - Python learning website.\n- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.\n\n### Purrpose :\n- This scripts is basically a new IDE of python language where user can run and see the output of program.\n\n### Compilation Steps :\n- Install tkinter, io, webbrowser\n- After that download the code file, and run simple_python_ide.py on local system.\n- Then the script will start running and user can explore more about the new Python IDE by writing python code and running the code.\n\n****\n\n### SCREENSHOTS :\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width = 1000 src=\"Images/1.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/2.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/3.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/4.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/5.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/6.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/7.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/8.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/9.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/10.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/11.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/12.jpg\" /\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n****\n\n### Below is also a sample video of how this nre IDE works :\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Images/sample_video.gif\" /\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n***\n\n### Author :\n- Akash Ramanand Rajak\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-rajak%2Fsimple-python-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakash-rajak%2Fsimple-python-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-rajak%2Fsimple-python-ide/lists"}