Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebyaadi/python-yt-downloader
YouTube Downloader is a Python application built using tkinter that allows users to download YouTube videos by simply providing the video link. With a simple and intuitive user interface, users can easily download their favorite videos in the highest resolution available.
https://github.com/codebyaadi/python-yt-downloader
python pytube tkinter tkinter-gui tkinter-python
Last synced: about 2 months ago
JSON representation
YouTube Downloader is a Python application built using tkinter that allows users to download YouTube videos by simply providing the video link. With a simple and intuitive user interface, users can easily download their favorite videos in the highest resolution available.
- Host: GitHub
- URL: https://github.com/codebyaadi/python-yt-downloader
- Owner: codebyaadi
- Created: 2023-07-02T05:22:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T03:59:07.000Z (over 1 year ago)
- Last Synced: 2024-04-24T04:47:21.749Z (9 months ago)
- Topics: python, pytube, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Downloader
This is a simple YouTube downloader application built using Python and the tkinter library. It allows you to download YouTube videos by providing the video link.
## Prerequisites
Before running the application, make sure you have the following dependencies installed:
- Python 3.x
- tkinter
- pytubeYou can install the required packages by running the following command:
## Usage
1. Clone the repository to your local machine:
2. Navigate to the project directory:
3. Run the application: ```python main.py```
4. The application window will open. Insert the YouTube video link in the provided input field.
5. Click the "Download" button to start the download process. The application will display the download progress and notify you when the download is complete.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue in the GitHub repository.