Skip to content

francecon/YT-AUDIO-DOWNLOADER

Repository files navigation

YT AUDIO DOWNLOADER

This work is a simple Youtube Audio Downloader with a GUI written in Python by using TKinter, exploiting ffmpeg and turned into an .EXE by using the PyInstaller tool.

This work is just for educative purposes, I am not encouraging you to use it for commercial purposes.

Requirements

First of all, to run the YT AUDIO DOWNLOADER.exe it is required to have ffmpeg.exeon your pc.

Note: to get it, just download the fileffmpeg-git-essentials.7zfrom this link, extract it and I suggest you to move the extracted folder in Local Disk (C:). As ffmpeg is a command line tool, on Windows it is required to add the folder containing the ffmpeg.exe file to the PATH Environmental Variable.

If you want to run the main python file yt_downloader_with_GUI.py, you will need to install modules listed into requirements.txt.

If you have pip installed, just type this in a terminal:

pip install -r requirements.txt

Built With

Developer

(c) 2021, Francesco Conforte.