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.
Alex fe0734ca2a | 2 years ago | |
---|---|---|
.. | ||
.idea | 2 years ago | |
__pycache__ | 2 years ago | |
icons | 2 years ago | |
themes | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
index.py | 2 years ago | |
main.py | 2 years ago | |
main.ui | 2 years ago | |
photo.qrc | 2 years ago | |
photo_rc.py | 2 years ago | |
testData.txt | 2 years ago |
README.md
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