2025-12-07 11:48:22 +01:00
|
|
|
# ytdlp-tui
|
|
|
|
|
|
2025-12-07 12:10:43 +01:00
|
|
|
A TUI wrapper for my yt-dlp commands
|
|
|
|
|
|
|
|
|
|
This is a little tool to collect all my yt-dlp commands in one CLI app.
|
|
|
|
|
It aims to teach me how to write an TUI application in python.
|
|
|
|
|
|
|
|
|
|
## Libaries used
|
|
|
|
|
|
|
|
|
|
- pytest
|
|
|
|
|
- textual
|
|
|
|
|
- textual-dev (for command line development)
|
|
|
|
|
|