diff --git a/check_depencies.py b/check_depencies.py index 7e4ea94..f316ec5 100644 --- a/check_depencies.py +++ b/check_depencies.py @@ -10,10 +10,12 @@ messagebox.showwarning('BUchk','You do not have the reccomended OS for this program. Some features may work incorrectly.') os.system('python3 -m pip install playsound') os.system('python3 -m pip install requests') + os.system('python3 -m pip install keyboard') else: os.system('py -m pip install playsound') os.system('py -m pip install requests') os.system('py -m pip install winsound') + os.system('py -m pip install keyboard') try: import pyutils39 except: