PyTubeSaver is a Python-based application that allows users to easily download YouTube videos in various resolutions. With a simple and intuitive user interface, PyTubeSaver makes it effortless to save your favorite YouTube videos directly to your local storage.
Download YouTube videos in resolutions up to 1080p. Specify a custom download path to save videos. Real-time progress tracking during downloads. Displays video details such as title, length, and size before downloading.
Clone this repository to your local machine:
git clone https://github.com/mamidalaramu/PyTubeSaver.git
Navigate to the project directory:
cd PyTubeSaver
Install the required dependencies:
pip install pytube
pip install customtkinter
pip install pyinstaller
Run the main.py file:
python main.py
PyTube: Used for fetching YouTube video data and downloading videos. customtkinter: Customized tkinter library for creating user interfaces. pyinstaller: Used for packaging the application into an executable.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
License This project is licensed under the MIT License.