Skip to content

phokai/YouTube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassGen

A simple desktop program to download music and videos from Youtube

Screenshots

1 2


Files and Descriptions

Files Descriptions
YouTube_Downloader.exe Download the .exe file.
design.ui Interface file prepared with QT Designer.
convert.py .ui to .py convert.
design.py The file containing the components in the interface prepared with QT Designer.
main.py Main code block of the program.

youtube_dl library is used to download content from youtube.
The interface was prepared with the QT Designer program and included in the project using the PyQt6 library.