Skip to content

juanorts/YouTubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

YouTube video and audio downloader application using PyTube

What is included?

  • Video download in highest resolution available in .mp4 format.
  • Audio download in .mp3 format.

Requirements (also check requirements.txt)

altgraph==0.17.4
customtkinter==5.2.2
darkdetect==0.8.0
macholib==1.16.3
numpy==1.26.4
packaging==24.0
pillow==10.2.0
pyinstaller==6.6.0
pyinstaller-hooks-contrib==2024.6
pytube==15.0.0
setuptools==69.5.1

Installing dependencies

pip install -r requirements.txt

Run the Python source script

python YouTubeDownloader.py

or

python3 YouTubeDownloader.py

Create the executable app

You can create an executable file (e.g, .exe in Windows or .app in macOS) using the pyinstaller library:

pyinstaller --windowed --icon='resources/ytdicon.png' --add-data="resources/ytdicon.png:resources" YouTubeDownloader.py

About

A YouTube video and audio downloader tool using PyTube API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages