Upload files to Litterbox(Temporary filehost) via Send to right click menu(Windows).
Written in python.
Just paste the release file Litterboxer.exe in the following location:
C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\SendTo\
Default expiration time is 24 hours. If you want to have a custom expiration time:
- Make a new text file
Litterboxer.confinC:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\SendTo\ - Type One of the following options in the file and save it:
1h,12h,24h,72h
- Right click on any file/folder.
- Choose
Send to. - Choose
Litterboxer.exe.
The url of the upload will be displayed as well as copied to the clipboard automatically.
Files of sizes above 1GB are not allowed.
- Clone this repository
- Run
pip install -r requirements.txt - Run
pyinstaller --onefile -i Litterboxer.ico Litterboxer.py
