diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 01f5ab4..950bf1a 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -1,4 +1,7 @@ import urllib.request, os -url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py' -urllib.request.urlretrieve(url, 'D:\lol\catbench.py') \ No newline at end of file +launchfolder = os.getcwd() +offprojects = launchfolder + "\OfficialProjects" + +if not os.path.exists(offprojects): + os.mkdir(offprojects) \ No newline at end of file