1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import urllib.request
|
||||
import urllib.request, os
|
||||
|
||||
url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py'
|
||||
urllib.request.urlretrieve(url, 'D:\catbench.py')
|
||||
urllib.request.urlretrieve(url, 'D:\lol\catbench.py')
|
||||
10
LauncherInstaller/Install-KOTIKOT_launcher.py
Normal file
10
LauncherInstaller/Install-KOTIKOT_launcher.py
Normal 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")
|
||||
Reference in New Issue
Block a user