LICENSE
README.md
pyproject.toml
gtktube/__init__.py
gtktube/__main__.py
gtktube/app.py
gtktube/install_deps.py
gtktube/models.py
gtktube/paths.py
gtktube/update_check.py
gtktube.egg-info/PKG-INFO
gtktube.egg-info/SOURCES.txt
gtktube.egg-info/dependency_links.txt
gtktube.egg-info/entry_points.txt
gtktube.egg-info/requires.txt
gtktube.egg-info/top_level.txt
gtktube/assets/gtktube.png
gtktube/db/__init__.py
gtktube/db/connection.py
gtktube/db/migrations.py
gtktube/db/repositories.py
gtktube/extractors/__init__.py
gtktube/extractors/youtube.py
gtktube/services/__init__.py
gtktube/services/library.py
gtktube/ui/__init__.py
gtktube/ui/main_window.py
packaging/gtktube.desktop
tests/test_database.py
tests/test_update_check.py
tests/test_youtube_extractor.py