Skip to content

Emy69/CoomerDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Compatibility

Coomer Downloader App

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.


Support My Work

If you find this tool helpful, please consider supporting my efforts:

Donate with PayPal Buy Me a Coffee Support on Patreon


Features

Download Images and Videos

  • 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

Supported Pages


Language Support


Community

Have questions or just want to say hi? Join the Discord server:

Join Discord


Downloads

  • Latest Version: Visit the Releases Page to download the newest version.

Usage

  1. Launch the application.
  2. Paste the URL of the image or video you want to download.
  3. Click Download and wait for the process to finish.

Usage GIF


Clone the Repository

To get a local copy of the project, run the following command:

git clone https://github.com/Emy69/CoomerDL.git

Install Dependencies

Navigate to the project folder:

cd CoomerDL

Then install the required dependencies:

pip install -r requirements.txt

Run the Application

Once everything is installed, you can start the application with:

python main.py