YT Downloader
This project is maintained by milosnowcat
YT Downloader
This project is a YouTube video downloader application in Python that uses the PyTube library. To get started with YT.py, follow the installation steps below.
Before installing the project, ensure you have Python installed on your system. You can download Python from python.org.
You can download for windows without python here!
Clone the GitHub repository to your local machine using the following command:
git clone https://github.com/milosnowcat/yt.py.git
Navigate to the project directory:
cd yt.py
Install the required dependencies using pip:
pip install -r requirements.txt
That’s it! You have successfully cloned the YT.py project and installed the required dependencies.
YT.py is a YouTube video downloader application in Python. Follow these steps to use the application to peek at YouTube video information and download videos.
The user interface allows you to enter a YouTube video URL, view video information, and download videos.
Open a terminal or command prompt and navigate to the directory where you cloned the YT.py project.
Run the application by executing the Python script:
python main.py
The application will open a graphical user interface (GUI) displaying a text input field to enter a YouTube video URL.
Enter a YouTube video URL in the input field (e.g., “https://youtu.be/dQw4w9WgXcQ”).
Click the “Peek video” button to retrieve and display information about the video, including its title and author. The video’s thumbnail will also be displayed.
After peeking at the video information, click the “Download video” button to download the highest resolution version of the video.
The video will be downloaded and saved as an MP4 file in the project directory.
A message indicating that the video has been downloaded will be printed in the terminal.
To exit the application, simply close the application window by clicking the close button (X) in the top-right corner of the window.
Enjoy using the YT.py YouTube video downloader application!