diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 90d621b..7933d24 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -1,7 +1,13 @@ -import urllib.request, os, time, sys +import urllib.request, os, time, sys, subprocess from subprocess import * from PyQt5 import * +################### Checking modules ##################### +try: + import keyboard +except: + subprocess.check_call([sys.executable, "-m", "pip", "install", 'keyboard']) + launchfolder = os.getcwd() offprojects = launchfolder + "/OfficialProjects/" launcherfiles = offprojects + "/LAUNCHERFILES/"