Skip to content

Emy69/CoomerDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Compatibility Linux Compatibility macOS Compatibility

Coomer Downloader App

It is a desktop application developed in Python, which allows users to easily download images and videos. Using an intuitive graphical user interface (GUI), users can simply enter the URL and download.

Supported pages

Features.

Downloading images and videos

Support to download both types of media efficiently.

Discord

If you have any problem or want to communicate with me join my discord server

Downloads

  • Download the Latest Version: Visit the releases page to download the latest version of the application.

Screenshot

Screenshot

Getting Started

Prerequisites

  • Python 3.8 or higher.

Installation

  1. Clone the repository
git clone https://github.com/Emy69/CoomerDL.git
cd CoomerDL
  1. Install the dependencies
pip install -r requirements.txt
  1. Usage
python main.py

Contributing

Contributions are welcome! If you're interested in enhancing the Coomer Downloader App, please follow these steps to contribute:

  1. Fork the Repository

    • Begin by forking the project to your GitHub account. You can do this by visiting the repository's main page and clicking the fork button.
  2. Create a Branch

    • Create a branch in your forked repository for your changes:
      git checkout -b feature-branch-name
  3. Make Your Changes

    • Implement your changes and enhancements on your feature branch. Make sure to adhere to the coding standards and guidelines of the project.
  4. Run Tests

    • If the project has any tests, run them to ensure that your changes don't break existing functionality.
  5. Submit a Pull Request

    • Once you're ready, submit a pull request from your fork back to the original repository. Provide a clear description of your changes and any other information that might help the reviewers understand your contributions.
  6. Wait for Feedback

    • The project maintainers will review your pull request. Based on their feedback, you might need to make additional changes.

Getting Help

If you need help with your contributions, feel free to raise issues on the project's issue tracker or contact the maintainers directly.