Skip to content

Commit

Permalink
Update scripty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadens-arc committed Nov 2, 2019
1 parent d551c79 commit 84ad98a
Showing 1 changed file with 5 additions and 79 deletions.
84 changes: 5 additions & 79 deletions scripty.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# An open-source IDE for python, java, and C++
# By Jaden Arceneaux arceneauxJaden@gmail.com
# Feel free to change code as you feel

import sys
import os
# For running commands in the terminal ^

try:
from tkinter import *
from tkinter import messagebox
Expand All @@ -12,10 +17,6 @@
# if not then installs it
# used for UI

import sys
import os
# For running commands in the terminal ^

import json
# For parsing json files ^

Expand Down Expand Up @@ -298,78 +299,3 @@ def autoIndent(arg):
autoSaveThread.start()

window.mainloop()











































































0 comments on commit 84ad98a

Please sign in to comment.