Skip to content

Mikofoxie/Coffee-YT-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee YT Downloader

A simple YouTube downloader that automatically checks and installs dependencies before running. Graphical interface for the command line tool yt-dlp

image

How to Use

🔹 Automatic Setup

  1. Download releases and extract the folder.
  2. Run run.bat with Administartor.
  3. The script will check and install ffmpeg & yt-dlp if missing.
  4. CoffeeYTDownloaderSetup.exe will launch automatically.
  5. After installation, please close the application and reopen it.
  6. Enjoy

🔹 Manual Setup

If you prefer to install dependencies yourself:

  1. Download and install:
  2. Add both to the system PATH.
git clone https://github.com/Mikofoxie/Coffee-YT-Downloader.git
pip install PySide6 yt_dlp
cd Coffee-YT-Downloader
python main.py
  1. Enjoy