initial commit

This commit is contained in:
John Lancaster
2024-11-18 18:37:58 -06:00
commit 4f34539db8
5 changed files with 31 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "youtube-gif"
version = "0.1.0"
description = "Creating gifs from youtube vidoes"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"yt-dlp>=2024.11.18",
]