CPScript / Kitty-Tools

Kahoot answer client aka "kitty tools". Is the No. 1 BEST (terminal based) Kahoot hacking client ||| (DOESN'T REQUIRE ANY ROOT) (Kahoot Cheat) (Kahoot) (Kahoot Hacking) (Best Cheat) (Kahoot Cheats) (works on any device)
https://cpscript.github.io/Kitty-Tools/
Creative Commons Zero v1.0 Universal
147 stars 103 forks source link

Not downloading on Windows 10 #60

Closed JackWagon885 closed 6 months ago

JackWagon885 commented 6 months ago

Describe the bug Whenever I try to install it with pip install git clone https://github.com/CPScript/Kitty-Tools on command prompt with admin it always says "ERROR: Cannot unpack file C:\Users\jackw\AppData\Local\Temp\pip-unpack-ppmxn724\Kitty-Tools (downloaded from C:\Users\jackw\AppData\Local\Temp\pip-req-build-3c1t733f, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of C:\Users\jackw\AppData\Local\Temp\pip-req-build-3c1t733f".

To Reproduce Steps to reproduce the behavior: Type "pip install git clone https://github.com/CPScript/Kitty-Tools" into command prompt with admin privileges.

Screenshots image

Desktop (please complete the following information):

Additional context I tried using the Python cmd prompt too

CPScript commented 6 months ago

Please do this...

First - install python(already done) Second install git - pkg install git Third - type git clone {repo link}

Instead of - pip install git clone {repo link}

JackWagon885 commented 6 months ago

Tried it, didn't work

CPScript commented 6 months ago

Please add images and how you did it

JackWagon885 commented 6 months ago

I typed git clone https://github.com/CPScript/Kitty-Tools into cmd & python (admin)

CPScript commented 6 months ago

Did you install git?

JackWagon885 commented 6 months ago

command did nothing in same senerios

KiraKenjiro commented 6 months ago

command did nothing in same senerios

Hey Jack! Sorry you're having issues. Make sure your using this in the GitBash cli compared to the python interpreter.

The command needs .git appended to the end as it will download it as an archive. git clone https://github.com/CPScript/Kitty-Tools.git

If that doesn't work feel free to drop the error your getting again.

MrShadowDev commented 6 months ago

command did nothing in same senerios

Search on google git and download it so you can do it. Or just download it zipped and uncompress it.

JackWagon885 commented 6 months ago

After downloading GIT from online, then used the "git clone https://github.com/CPScript/Kitty-Tools.git" command in cmd prompt as administrator, followed by the other commands, it worked! I had to run "python main.py" twice though.