s-liwka / ICCUWN

ICCUWN (I Couldn't Come Up With a Name) is a minimalistic, simple and open source GUI for yt-dlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICCUWN

ABANDONED -- IM NOW USING PARABOLIC

ICCUWN (I Couldn't Come Up With a Name) is a minimalistic, simple and open source GUI for yt-dlp.

Alt Text

But Why?

All GUI's for yt-dlp i found were either broken or way too bloated for me. Also I wanted to get some experience with GUI's (and got some with asynchronous programming on the way too).

Installation (Automatic)

YOU STILL NEED TO INSTALL PYTHON AND FFMPEG MANUALLY

Windows:

https://raw.githubusercontent.com/s-liwka/ICCUWN/main/WindowsInstaller/install.bat

Linux:

Soon

Installation (Manual)

  1. Install Python (3.11.4 works for me) and ffmpeg

  2. Clone the Repo

git clone https://github.com/s-liwka/ICCUWN
cd ICCUWN

Optional: Make a venv

python -m venv ICCUWN-venv

Linux:

ICCUWN-venv/bin/activate

Windows:

ICCUWN-venv/Scripts/activate.bat
  1. Install requirements
pip install -r requirements.txt
  1. Run
python iccuwn.py

Credits

Icons: https://github.com/Donnnno/Arcticons

Themes: https://github.com/a13xe/CTkThemesPack

About

ICCUWN (I Couldn't Come Up With a Name) is a minimalistic, simple and open source GUI for yt-dlp

License:GNU General Public License v3.0


Languages

Language:Python 89.9%Language:Shell 5.6%Language:Batchfile 4.5%