Skip to content

Commit

Permalink
Update lite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CPScript authored May 10, 2024
1 parent 091b283 commit dbd4789
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions LITE/lite.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit dbd4789

Please sign in to comment.