Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juanbindez/dygtube-downloader

This software effectively allows you to download MP3 and MP4, with a friendly and intuitive interface, runs on Windows and Linux
https://github.com/juanbindez/dygtube-downloader

download-managers download-videos downloader downloader-for-youtube linux-desktop python3 ubuntu windows-10 windows11 youtube

Last synced: 3 months ago
JSON representation

This software effectively allows you to download MP3 and MP4, with a friendly and intuitive interface, runs on Windows and Linux

Awesome Lists containing this project

README

        


NextLevelWeek

DYGTube 7.1.0

![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/JuanBindez/DYGTube-Downloader/total)

----------

![Captura de tela de 2023-07-17 16-59-07](https://github.com/JuanBindez/DYGTube-Downloader/assets/79322362/30f90ed8-3d5f-4a1b-bcf3-9c429e7c3860)

-----------
## For developers:

### Run Script main.py:

python3 main.py

-----------

#### Below is the step-by-step process for compiling (turning it into an executable):

### Make a git clone (Linux):

git clone https://github.com/JuanBindez/DYGTube-Downloader

### Access the folder:

cd DYGTube-Downloader/

### Activate the virtualenv and enter the command:

pip install -r requirements.txt

### command to compile:

make build

----------