Skip to content

User-friendly application that downloads video and/or audio from given YouTube url

License

Notifications You must be signed in to change notification settings

maciej1x/YouTuBuddy

Repository files navigation

YouTuBuddy

Download video and/or audio from YouTube url. Media are downloaded in best possible quality. Formats: video - mp4, audio - mp3.

Technologies

Interface GUI python 3.6 | 3.7 | 3.8 Platform Linux Windows

Preview

example

Installation

Linux:

  1. Before
    Make sure you have python3 and GIT installed.
  2. Clone repository
git clone https://github.com/ulaszewskim/YouTuBuddy.git
  1. Create environment
cd YouTuBuddy
mkdir venv
python3 -m venv venv/
  1. Install requirements
source venv/bin/activate
pip install -r requirements.txt
  1. Install tkinter
sudo apt-get install python3-tk
  1. Run
python3 buddy_gui.py

Windows:

  1. Before
    Make sure you have python3 and GIT installed.
  2. Clone repository
git clone https://github.com/ulaszewskim/YouTuBuddy.git
  1. Create environment
cd YouTuBuddy
mkdir venv
python3 -m venv venv/
  1. Install requirements
venv\Scripts\activate.bat
pip install -r requirements.txt
  1. Run YouTuBuddy_Windows.bat

About

User-friendly application that downloads video and/or audio from given YouTube url

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published