Skip to content

ssaddist/VideoLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

VideoLoaderVisual

VideoLoaderVisual is a lightweight Python-based GUI application designed for downloading YouTube videos. It leverages the power of yt-dlp through a modern PyQt6 interface, ensuring high-quality downloads without the need for command-line interaction.

Prerequisites

To run this project, you need Python 3.12 or higher installed on your system.

Installation and Setup

Follow these steps to set up the project locally:

1. Create a Virtual Environment

It is recommended to use a virtual environment to keep dependencies organized.

Windows:

python -m venv venv
.\venv\Scripts\activate

macOS/Linux:

python3 -m venv venv
source venv/bin/activate

2. Install Dependencies

Once the virtual environment is activated, install the required libraries:

pip install -r requirements.txt

3. Run the Application

Start the program with the following command:

python main.py

Project Files:

  • main.py: The entry point for the application.
  • requirements.txt: List of necessary Python packages (PyQt6, yt-dlp, certifi).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages