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 Initial Commit für ML Playground 2 years ago
..
.idea Initial Commit für ML Playground 2 years ago
__pycache__ Initial Commit für ML Playground 2 years ago
icons Initial Commit für ML Playground 2 years ago
themes Initial Commit für ML Playground 2 years ago
.gitignore Initial Commit für ML Playground 2 years ago
README.md Initial Commit für ML Playground 2 years ago
index.py Initial Commit für ML Playground 2 years ago
main.py Initial Commit für ML Playground 2 years ago
main.ui Initial Commit für ML Playground 2 years ago
photo.qrc Initial Commit für ML Playground 2 years ago
photo_rc.py Initial Commit für ML Playground 2 years ago
testData.txt Initial Commit für ML Playground 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