File | Date | Author | Commit |
---|---|---|---|
assets | 2023-07-30 |
![]() |
[90e3f5] Updated |
.gitattributes | 2023-07-30 |
![]() |
[e82808] Initial commit |
LICENSE | 2023-07-30 |
![]() |
[e82808] Initial commit |
README.md | 2023-07-30 |
![]() |
[633340] Update README.md |
main.py | 2023-07-30 |
![]() |
[90e3f5] Updated |
About • Features • How to use • Technologies • License • Application
Yt Downloader is a project made from Python and using PyQt5 and pytube. It is a simple application that allows you to download videos from YouTube in the best quality available.
✔ Download videos from YouTube
✔ Download videos in the best quality available which is 720 up
✔ Download videos in mp4 format
✔ Download videos in mp3 format
Before you begin, you will need to have the following tools installed on your machine:
# Copy this repository
# Copy the assets and the main.py file to your project folder
# You can use Pycharm Pro or Pycharm Community Edition to download the needed libraries
# Run the main.py file
# If you encounter issues with the pytube library, you can use the following command to install it
pip install pytube
The following tools were used in the construction of the project:
Copyright © 2023 Jose Rey Alfante™
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.