You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
663 B
Markdown
16 lines
663 B
Markdown
# PyQt5-Download-Manager
|
|
PyQt5 simple files , youtube videos and youtube playlist downloader
|
|
|
|
|
|
--------------------------------------------------------------------------
|
|
> ### Project Files :
|
|
- index.py : the main project file , use it to run the project
|
|
- main.py : this is the UI file converted to python code
|
|
- main.ui : the UI file , you can edit it in the QtDesigner
|
|
- photo.qrc : the qresource file which contains the icons paths
|
|
- photo_rc.py : the icons files converted to python code
|
|
|
|
|
|
-----------------------------------------------------------------
|
|
> ### How To Run The Code :
|
|
first you have to make sure that you have python3 and PyQt5 installed |