Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammedahmetsekerci/youtube-video-downloader
https://github.com/muhammedahmetsekerci/youtube-video-downloader
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammedahmetsekerci/youtube-video-downloader
- Owner: muhammedahmetsekerci
- Created: 2023-10-29T21:28:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T10:39:31.000Z (about 1 year ago)
- Last Synced: 2023-10-31T12:33:04.205Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Video Downloader
This simple Python program allows users to download YouTube videos. Users can enter a YouTube video URL, choose resolution from the options, and determine where to save the video
## Libraries and Modules Used
The following Python libraries and modules were used in this project:
- [pytube](https://python-pytube.readthedocs.io/): A library used to download YouTube videos.
- [tkinter](https://docs.python.org/3/library/tkinter.html): A module used to create a graphical user interface (GUI).
- [os](https://docs.python.org/3/library/os.html): A module used for operating system operations.
- [urllib.parse](https://docs.python.org/3/library/urllib.parse.html): A module used for URL analysis and parsing.
- [time](https://docs.python.org/3/library/time.html): A module is used to perform time-related operations.## How to use
1. Run this program.
2. Enter the YouTube video URL in the "enter youtube url" field.
3. Specify the file path where you will save the video in the "enter the file path" field.
4. Select the video resolution from the "resolution" option (for example, 720p or 360p).
5. Start the download process by clicking the "Download" button.## Licence
This project is licensed under the MIT License. Refer to [LICENSE] for more information.