Skip to content

Python GUI (tkinter) for downloading YouTube videos in mp3, mp4 format.

License

Notifications You must be signed in to change notification settings

LarsKutz/YouTubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTubeDownloader

Python GUI (tkinter) for downloading YouTube videos in mp3, mp4 format.

Installation

  • Be sure you have installed Python. Check with python --version.

  • Be sure you have installed pip. Check with pip --version.

  • Be sure you have installed following packages:

  • Otherwise you can use a virtuel enviroment pipenv. Check with pipenv --version.

Start Application

If you have successful installed python and his package, you can start the application.

Call your terminal cmd.

Without virtuel enviroment:

  • py main.py

With virtuel enviroment:

  • pipenv shell
  • pipenv run py main.py

About

Python GUI (tkinter) for downloading YouTube videos in mp3, mp4 format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages