1
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
import urllib.request, os, time, sys
|
import urllib.request, os, time, sys, subprocess
|
||||||
from subprocess import *
|
from subprocess import *
|
||||||
from PyQt5 import *
|
from PyQt5 import *
|
||||||
|
|
||||||
|
################### Checking modules #####################
|
||||||
|
try:
|
||||||
|
import keyboard
|
||||||
|
except:
|
||||||
|
subprocess.check_call([sys.executable, "-m", "pip", "install", 'keyboard'])
|
||||||
|
|
||||||
launchfolder = os.getcwd()
|
launchfolder = os.getcwd()
|
||||||
offprojects = launchfolder + "/OfficialProjects/"
|
offprojects = launchfolder + "/OfficialProjects/"
|
||||||
launcherfiles = offprojects + "/LAUNCHERFILES/"
|
launcherfiles = offprojects + "/LAUNCHERFILES/"
|
||||||
|
|||||||
Reference in New Issue
Block a user