This code is a simple Unofficial Anonfiles uploader with Graphical User Interface (GUI) built using PyQt5 library in Python. It allows users to select a file from their local storage, upload it to Anonfiles.com, and display the generated download URL.
- GUI interface for ease of use.
- Allows selection of any file from local storage to upload.
- Upto 20 GB filesize limit and unlimited bandwidth
- Displays the file size in KB or MB.
- Displays upload progress with a progress bar.
- Displays the generated download URL.
- Saves the uploaded file's details, including URL, to a text file.
- Python 3.x installed on your computer.
- PyQt5 module.
- requests module.
- Clone or download the repository.
- Install PyQt5 and requests modules using pip.
python -m pip install -r requirements.txt
- Run the script.
python Main.py
- You should see the application window.
- Click the "Browse" button to select the file you want to upload.
- Once the file is selected, its file path will be displayed in the "Upload Path" text box and the file size will be displayed in the "File Size" Section.
- Click the "Upload" button to start the upload process.
- The upload progress will be displayed on the progress bar.
- Once the upload is complete, the generated download URL will be displayed in the "Upload URL" text box.
- The uploaded file details, including the URL, will be saved to the "Uploads.txt" file.
This is an unofficial uploader and is not affiliated with Anonfiles.com in any way. Use at your own risk.