Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammedahmetsekerci/youtube-video-downloader


https://github.com/muhammedahmetsekerci/youtube-video-downloader

Last synced: 1 day ago
JSON representation

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.