From dbd4789e4eee1abe73765323394ec97fff43022f Mon Sep 17 00:00:00 2001 From: Disease <83523587+CPScript@users.noreply.github.com> Date: Fri, 10 May 2024 12:14:43 -0400 Subject: [PATCH] Update lite.py --- LITE/lite.py | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/LITE/lite.py b/LITE/lite.py index 8405427..e70aab9 100644 --- a/LITE/lite.py +++ b/LITE/lite.py @@ -1,7 +1,4 @@ -# This is the LITE version of Kitty-Tools -# This version is purly just a one file script with no extra fetures, this is purley the answer hack -# This is ment to purley be used on Termux or replit so no extra modules get in your way <3 -# Any missues of this script is on the user and the developers have nothing to do with it (see more at https://github.com/CPScript/Kitty-Tools/blob/main/LICENSE) +# This version is purly just a one file script with no extra fetures, the simpleist it can be! import json import urllib.request @@ -13,29 +10,14 @@ print(""" WELCOME TO - Kitty-Tools LITE v1.10 -=========== For Termux ============ - -|-----------| -|Enter your | -|quiz ID | -|Below | -|___________| - ((((( - (((⠀⠀⠀⠀⠀ ⣠⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ - ((⠀⠀⠀⣠⠎⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ - ⣀⡀⠞⠁⠀⠀⠁⠁⠐⠒⠒⠋⡹⠀⠀⠀⠀ - ⠈⢢⠀⠾⠃⠀⠀⠀⠀⠀⠀⠀⡰⠁⠀⠀⠀⠀ - ⢰⠣⡄⠠⢄⠀⠾⠅⠀⠀⢠⣰⠁⠀⠀⠀⠀⠀ - ⠀⠀⠐⢤⣀⠀⣀⣆⢰⠉⠢⡇⠀⢀⠤⠤⣀⠀ - ⠀⠀⢸⠀⠀⠀⠀⠀⠙⠀⠈⠳⡀⠘⠤⡀⠀⢆ - ⠀⠀⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢄⡀⢸⠀⠸ - ⠀⠀⠁⠀⢥⠀⠀⡇⠀⠀⠀⠀⠀⠀⣱⠼⠀⡘ - ⠀⢀⡇⠀⠢⠄⢀⠃⠀⢐⠀⠀⠀⠀⡇⠤⠋⠀ -|------⠸⢄⣀⠜-⢸⡀⠴⠋-⠉⠁⠁------------- -|""") +====== For Termux and Replit ====== + + Please enter your quiz ID + / +>.< api = 'https://play.kahoot.it/rest/kahoots/' -usrinput = input(f"| User Input >> ") +usrinput = input(f" Enter ID >> ") link = api + usrinput finished = False