Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Emy69/CoomerDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Emy69 committed Mar 30, 2024
2 parents e84d855 + 9ac1135 commit d08074a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Coomer Downloader App
Es una aplicación de escritorio desarrollada en Python, que permite a los usuarios descargar fácilmente imágenes y vídeos de https://coomer.su/ , https://kemono.su/ y https://www.erome.com/. Utilizando una interfaz gráfica de usuario (GUI) intuitiva, los usuarios pueden simplemente introducir la URL y descargar.
It is a desktop application developed in Python, which allows users to easily download images and videos from https://coomer.su/ , https://kemono.su/ and https://www.erome.com/. Using an intuitive graphical user interface (GUI), users can simply enter the URL and download.

## 🌟 Características
## 🌟 Features.

### Descarga de imágenes y vídeos
Soporte para descargar ambos tipos de medios de forma eficiente.

##
## [Descargar](https://github.com/Emy69/CoomerDL/releases)
### Downloading images and videos
Support to download both types of media efficiently.

##
## [Download](https://github.com/Emy69/CoomerDL/releases)
## [Discord](https://discord.gg/u5CawUYZGk)
![Screenshot](https://github.com/Emy69/CoomerDL/blob/main/resources/screenshots/Screenshot%202024-03-25.png)



## 🚀 Empezando
## 🚀 Getting Started

### Prerrequisitos
- Python 3.8 o superior.
### Prerequisites
- Python 3.8 or higher.

### Instalación
### Installation

#### Clona el repositorio
```git clone https://github.com/Emy69/CoomerDL.git```
#### Clone the repository
````git clone https://github.com/Emy69/CoomerDL.git````

```cd CoomerDL```
````cd CoomerDL````

#### Instala las dependencias
```pip install -r requirements.txt```
#### Install the dependencies
````pip install -r requirements.txt````

### Uso
```python main.py```
### Usage
````python main.py````

0 comments on commit d08074a

Please sign in to comment.