Files
KOTIKOTappsLegacy/KOTIKOT_launcher.py
BarsTiger 79a46000e7 1
2021-04-23 13:59:37 +03:00

15 lines
343 B
Python

import urllib.request, os
launchfolder = os.getcwd()
offprojects = launchfolder + "\OfficialProjects"
launcherfiles = launchfolder + "\!LAUNCHERFILES"
################### Checking folders #####################
if not os.path.exists(offprojects):
os.mkdir(offprojects)
if not os.path.exists(launcherfiles):
os.mkdir(launcherfiles)