Tixte Wrapper is an automated tool that detects new screenshots and uploads them to Tixte instantly. Developed by Ahad.
- Automatic Upload – Monitors the screenshot folder and uploads images instantly.
- Clipboard Copy – Copies the uploaded image URL to the clipboard for easy sharing.
- Autostart on Login – Runs automatically when you start your system.
- Python 3 installed on your system
- xclip for clipboard support (Linux users):
sudo apt install xclip
-
Clone the repository:
git clone https://github.com/CruelDev69/tixte-wrapper.git cd tixte-uploader
-
Install dependencies:
pip install -r requirements.txt
-
Configure settings:
Editsettings.json
and add your uploadKey and domain. -
Start the script:
python3 wrapper.py
-
Open a terminal and run:
nano ~/.config/autostart/tixte-uploader.desktop
-
Add the following lines:
[Desktop Entry] Type=Application Name=Tixte Wrapper Exec=sh -c "cd /home/yourusername/tixte-uploader && python3 wrapper.py" Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true
-
Save and exit (
CTRL + X
, thenY
, thenEnter
).
- Ensure
settings.json
is correctly configured before running. - Do not claim this script as your own.
- Discord: Ahad#3257
- Website: itscruel.cf
If you find this tool useful, consider giving the repository a ⭐!