Update links

This commit is contained in:
hhh
2024-05-03 17:45:36 +03:00
parent 8a6a038955
commit e3a34eec95
6 changed files with 25 additions and 25 deletions

View File

@@ -12,12 +12,12 @@ except:
launchfolder = os.getcwd() launchfolder = os.getcwd()
offprojects = launchfolder + "/OfficialProjects/" offprojects = launchfolder + "/OfficialProjects/"
launcherfiles = offprojects + "/LAUNCHERFILES/" launcherfiles = offprojects + "/LAUNCHERFILES/"
launcherurl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" launcherurl = "https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/KOTIKOT_launcher.py"
guiurl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherMain.py" guiurl = "https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherMain.py"
reminderurl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherReminder.py" reminderurl = "https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherReminder.py"
settingsurl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherSettings.py" settingsurl = "https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherSettings.py"
launcherversionurl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/v" launcherversionurl = "https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/LAUNCHERFILES/v"
appslisturl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/apps.json" appslisturl = "https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/LAUNCHERFILES/apps.json"
# ---------------- Checking folders ---------------- # ---------------- Checking folders ----------------

View File

@@ -1,6 +1,6 @@
@echo off @echo off
@echo ----- Downloadig Install-KOTIKOT_launcher from my GitHub ------------------------------------ @echo ----- Downloadig Install-KOTIKOT_launcher from my GitHub ------------------------------------
powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py powershell -command iwr https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py
@echo ----- If you have Python, just close this window now ---------------------------------------- @echo ----- If you have Python, just close this window now ----------------------------------------
ping -n 3 localhost > nul ping -n 3 localhost > nul
ping -n 3 localhost > nul ping -n 3 localhost > nul

View File

@@ -6,7 +6,7 @@ kkapps = launchfolder + "/KOTIKOTapps"
if not os.path.exists(kkapps): if not os.path.exists(kkapps):
os.mkdir(kkapps) os.mkdir(kkapps)
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py' launcherurl = 'https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/KOTIKOT_launcher.py'
urllib.request.urlretrieve(launcherurl, kkapps + "/KOTIKOT_launcher.py") urllib.request.urlretrieve(launcherurl, kkapps + "/KOTIKOT_launcher.py")
try: try:

View File

@@ -1,7 +1,7 @@
{ {
"AutoShipper": "AutoShipper":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/AutoShipper/autoshipper.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/AutoShipper/autoshipper.py"],
"dir": "AutoShipper", "dir": "AutoShipper",
"runtime": "python", "runtime": "python",
"run": "autoshipper.py", "run": "autoshipper.py",
@@ -9,7 +9,7 @@
}, },
"Bars`s \nauto \nbridger": "Bars`s \nauto \nbridger":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/AutoBridger/AutoBridge.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/AutoBridger/AutoBridge.py"],
"dir": "AutoBridger", "dir": "AutoBridger",
"runtime": "python", "runtime": "python",
"run": "AutoBridge.py", "run": "AutoBridge.py",
@@ -17,7 +17,7 @@
}, },
"CatBench": "CatBench":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/CatBench/CatBench.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/CatBench/CatBench.py"],
"dir": "CatBench", "dir": "CatBench",
"runtime": "python", "runtime": "python",
"run": "CatBench.py", "run": "CatBench.py",
@@ -25,7 +25,7 @@
}, },
"autoPage\nRestarter": "autoPage\nRestarter":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/CoolAutoPressers/autoPageRestarter.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/CoolAutoPressers/autoPageRestarter.py"],
"dir": "autoPageRestarter", "dir": "autoPageRestarter",
"runtime": "python", "runtime": "python",
"run": "autoPageRestarter.py", "run": "autoPageRestarter.py",
@@ -33,7 +33,7 @@
}, },
"Files connector": "Files connector":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/FilesConnector/FilesConnector.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/FilesConnector/FilesConnector.py"],
"dir": "FilesConnector", "dir": "FilesConnector",
"runtime": "python", "runtime": "python",
"run": "FilesConnector.py", "run": "FilesConnector.py",
@@ -41,7 +41,7 @@
}, },
"Meowarch": "Meowarch":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/meowarch/meowarch.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/meowarch/meowarch.py"],
"dir": "meowarch", "dir": "meowarch",
"runtime": "python", "runtime": "python",
"run": "meowarch.py", "run": "meowarch.py",
@@ -49,7 +49,7 @@
}, },
"PyQtConverter": "PyQtConverter":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/PyQtConverter/PyQtConverter.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/PyQtConverter/PyQtConverter.py"],
"dir": "PyQtConverter", "dir": "PyQtConverter",
"runtime": "python", "runtime": "python",
"run": "PyQtConverter.py", "run": "PyQtConverter.py",
@@ -57,7 +57,7 @@
}, },
"File generator": "File generator":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/RandomBigOrSmallFileCreator/fileGenerator.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/RandomBigOrSmallFileCreator/fileGenerator.py"],
"dir": "fileGenerator", "dir": "fileGenerator",
"runtime": "python", "runtime": "python",
"run": "fileGenerator.py", "run": "fileGenerator.py",
@@ -65,7 +65,7 @@
}, },
"SuperTimer": "SuperTimer":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/SuperTimer/SuperTimer.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/SuperTimer/SuperTimer.py"],
"dir": "SuperTimer", "dir": "SuperTimer",
"runtime": "python", "runtime": "python",
"run": "SuperTimer.py", "run": "SuperTimer.py",
@@ -73,7 +73,7 @@
}, },
"KotoGameScam": "KotoGameScam":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/KotoGameScam/KotoGameScam.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/KotoGameScam/KotoGameScam.py"],
"dir": "KotoGameScam", "dir": "KotoGameScam",
"runtime": "python", "runtime": "python",
"run": "KotoGameScam.py", "run": "KotoGameScam.py",
@@ -81,7 +81,7 @@
}, },
"noHiddenText": "noHiddenText":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/noHiddenText/noHiddenText.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/noHiddenText/noHiddenText.py"],
"dir": "noHiddenText", "dir": "noHiddenText",
"runtime": "python", "runtime": "python",
"run": "noHiddenText.py", "run": "noHiddenText.py",
@@ -89,7 +89,7 @@
}, },
"Bars`s \nauto \nbridger 2": "Bars`s \nauto \nbridger 2":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/AutoBridger2/AutoBridger2.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/AutoBridger2/AutoBridger2.py"],
"dir": "AutoBridger2", "dir": "AutoBridger2",
"runtime": "python", "runtime": "python",
"run": "AutoBridger2.py", "run": "AutoBridger2.py",
@@ -97,7 +97,7 @@
}, },
"KOTO_LAN\nControl": "KOTO_LAN\nControl":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py"],
"dir": "KOTO_LAN_Control", "dir": "KOTO_LAN_Control",
"runtime": "python", "runtime": "python",
"run": "KOTO_LAN_Control.py", "run": "KOTO_LAN_Control.py",
@@ -105,7 +105,7 @@
}, },
"KotoGTAsingler": "KotoGTAsingler":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/KotoGTAsingler/KotoGTAsingler.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/KotoGTAsingler/KotoGTAsingler.py"],
"dir": "KotoGTAsingler", "dir": "KotoGTAsingler",
"runtime": "python", "runtime": "python",
"run": "KotoGTAsingler.py", "run": "KotoGTAsingler.py",
@@ -113,7 +113,7 @@
}, },
"KotoPython\nCompiler": "KotoPython\nCompiler":
{ {
"urls": ["https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py"], "urls": ["https://raw.githubusercontent.com/kotikotprojects/KOTIKOTappsLegacy/master/OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py"],
"dir": "KotoPythonCompiler", "dir": "KotoPythonCompiler",
"runtime": "python", "runtime": "python",
"run": "KotoPythonCompiler.py", "run": "KotoPythonCompiler.py",

View File

@@ -25,7 +25,7 @@ while timeInSuperSeconds > 0:
if timeInSuperSeconds <= 1: if timeInSuperSeconds <= 1:
if not os.path.isfile('alarm.mp3'): if not os.path.isfile('alarm.mp3'):
urllib.request.urlretrieve( urllib.request.urlretrieve(
"https://github.com/BarsTiger/KOTIKOTapps_download_repo/blob/master/FilesForDownloading/alarm.mp3?raw=true", "https://github.com/kotikotprojects/KOTIKOTappsLegacy/blob/master/FilesForDownloading/alarm.mp3?raw=true",
'alarm.mp3') 'alarm.mp3')
time.sleep(superSecond) time.sleep(superSecond)

View File

@@ -100,7 +100,7 @@ whattodo = int(input("1 - Create own noHiddenText certificate; 2 - Read someone'
if whattodo == 1: if whattodo == 1:
print("\nYou can use this noHiddenText certificate: " + create()) print("\nYou can use this noHiddenText certificate: " + create())
print("Availible download noHiddenText stamp for your document: ") print("Availible download noHiddenText stamp for your document: ")
print("https://github.com/BarsTiger/KOTIKOTapps_download_repo/tree/master/FilesForDownloading/noHiddenTextStamps") print("https://github.com/kotikotprojects/KOTIKOTappsLegacy/tree/master/FilesForDownloading/noHiddenTextStamps")
input("To exit, press Enter") input("To exit, press Enter")
elif whattodo == 2: elif whattodo == 2: