Hey! Go check out my new profile https://github.com/CPScript
| Example videos |
Click me to extend!
NOTE: These videos don't fully explain to you on how to use the software.
Screen.recording.2024-04-26.10.33.12.AM.webm
- Codespace already has python and git installed so dont worry about that!
- If you use a terminal on a Linux OS you will have to manualy install them.
Screen.recording.2024-05-10.1.01.43.PM.webm
- On replit you will get an error, all you need to do is re-run the script using the "Run" button <3
- My pc is windoes pc blew up so i can't make a video for it yet
| Linux | Mac | Github-Codespace | Replit |
pkg install python
orapt install python
pkg install git
git clone https://github.com/CPScript/Kitty-Tools
cd Kitty-Tools
python main.py
| Android-Termux Click for more info! |
- Install TERMUX on your phone from F-Droid
- Install python:
pkg install python
- Install git:
pkg install git
- clone the repo:
git clone https://github.com/CPScript/Kitty-Tools
- Go to
LITE
's dir:cd Kitty-Tools/LITE
- Run script:
python lite.py
| Windows |
- Install python here:
https://www.python.org/downloads/
(Make sure to install python with administrator) - Install git here:
https://git-scm.com/download/win
- In cmd(The command prompt) type:
git clone https://github.com/CPScript/Kitty-Tools
- Gain access to the repo's dir:
cd Kitty-Tools
- Using cmd type
python main.py
into the terminal (Do all of this in the same terminal)
© 2024 Kitty-Tools. All rights reserved.