https://github.com/heardacat/yandelope
A (minimal) GUI for yt-dlp
https://github.com/heardacat/yandelope
Last synced: 4 months ago
JSON representation
A (minimal) GUI for yt-dlp
- Host: GitHub
- URL: https://github.com/heardacat/yandelope
- Owner: HeardACat
- Created: 2024-08-31T14:05:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:24:54.000Z (9 months ago)
- Last Synced: 2025-01-31T17:20:06.184Z (5 months ago)
- Language: Python
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yandelope
Yandelope is a standalone GUI version of yt-dlp which is built using `pyinstaller` and `tkinter`. This project is more an experiment for learning `uv` and `pyinstaller` more than building a complete application.
# Development
Initialise your environment via `uv`. Then to start the application, you can use:
```sh
uv run pyinstaller -w --onefile --name "Yandelope" --icon=icon.ico app.py
```To build the appropriate binary