Skip to content

Commit

Permalink
Update check_depencies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderbyte09 authored Oct 1, 2021
1 parent abf64a6 commit 1a4886b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check_depencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
os.system('py -m pip install playsound')
os.system('py -m pip install requests')
os.system('py -m pip install winsound')
try:
import pyutils39
except:
Tk().withdraw()
messagebox.showwarning('Basic Utilities dep','You do not have the custom library pyutils39 installed. Download it from the github repo!')
input('All Finished! Press enter to start Basic Utilities.')
try:
os.startfile("BasicUtilities.py")
Expand Down

0 comments on commit 1a4886b

Please sign in to comment.