This commit is contained in:
BarsTiger
2021-04-22 20:52:06 +03:00
parent f7a6f54037
commit aa92bfc0f0
2 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import urllib.request, os
launchfolder = os.getcwd()
kkapps = launchfolder + "\KOTIKOT apps"
if not os.path.exists(kkapps):
os.mkdir(kkapps)
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/KOTIKOT_launcher.py'
urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py")