This commit is contained in:
BarsTiger
2021-06-01 18:12:06 +03:00
parent 9df9f63c41
commit eab6a715aa

View File

@@ -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/"