diff --git a/check_depencies.py b/check_depencies.py index ad762a5..7e4ea94 100644 --- a/check_depencies.py +++ b/check_depencies.py @@ -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")