Coomer Downloader App is a Python-based desktop application that simplifies downloading images and videos from various URLs. With an intuitive GUI, you can paste a link and let the app handle the rest.
If you find this tool helpful, please consider supporting my efforts:
- Multithreaded Downloads: Boosts download speed by utilizing multiple threads.
- Progress Feedback: Real-time progress updates during downloads.
- Queue Management: Efficiently handles large download queues.
Supported File Extensions:
- Videos:
.mp4
,.mkv
,.webm
,.mov
,.avi
,.flv
,.wmv
,.m4v
- Images:
.jpg
,.jpeg
,.png
,.gif
,.bmp
,.tiff
- Documents:
.pdf
,.doc
,.docx
,.xls
,.xlsx
,.ppt
,.pptx
- Compressed:
.zip
,.rar
,.7z
,.tar
,.gz
If you prefer using command-line interfaces, check out the following projects:
-
Coomer CLI
A CLI tool for downloading media from Coomer and similar sites. It offers customizable options for file naming, download modes, rate limiting, checksum verification, and more. -
Simpcity CLI
A CLI tool specifically designed for downloading media from Simpcity. It shares many features with Coomer CLI and is tailored for the Simpcity platform.
Have questions or just want to say hi? Join the Discord server:
- Latest Version: Visit the Releases Page to download the newest version.
- Launch the application.
- Paste the URL of the image or video you want to download.
- Click Download and wait for the process to finish.
To get a local copy of the project, run the following command:
git clone https://github.com/Emy69/CoomerDL.git
Navigate to the project folder:
cd CoomerDL
Then install the required dependencies:
pip install -r requirements.txt
Once everything is installed, you can start the application with:
python main.py