added textual-dev as dependency and initiated main.py

This commit is contained in:
2025-12-07 12:10:43 +01:00
parent 51410b3321
commit b5be627097
4 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
# ytdlp-tui # ytdlp-tui
A TUI wrapper for my yt-dlp commands 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)

View File

@@ -0,0 +1,3 @@
pytest
textual
textual-dev

View File

@@ -0,0 +1,2 @@
# from dllib.logger import logger

0
src/dllib/__init__.py Normal file
View File