Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b95fd30

Browse files
Adding the finalized python script of the Python IDE and detailed Readme
1 parent 30f72fa commit b95fd30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Simple Python IDE using Tkinter/script.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def set_file_path(path):
1616
global file_path
1717
file_path = path
1818

19-
2019
def open_file():
2120
path = askopenfilename(filetypes=[('Python Files', '*.py')])
2221
with open(path, 'r') as file:
@@ -72,4 +71,4 @@ def run():
7271
code_output.pack()
7372

7473
# Starting the GUI
75-
compiler.mainloop()
74+
compiler.mainloop()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /