ICCUWN (I Couldn't Come Up With a Name) is a minimalistic, simple and open source GUI for yt-dlp.
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).
Windows:
https://raw.githubusercontent.com/s-liwka/ICCUWN/main/WindowsInstaller/install.bat
Linux:
Soon
-
Install Python (3.11.4 works for me) and ffmpeg
-
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
- Install requirements
pip install -r requirements.txt
- Run
python iccuwn.py