Skip to content

Python application that allows you to download videos and music from youtube

Notifications You must be signed in to change notification settings

adrolc/yt-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python application that allows you to download videos and music from youtube


Preview

alt text

Technology

  • pyqt6
  • pytube

Installation

Create a virtual environment

python -m venv .venv

Activate virtual environment

Windows

$ .venv\Scripts\activate

Linux

source ./.venv/bin/activate

Install dependency

$ pip install -r requirements.txt

About

Python application that allows you to download videos and music from youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published