Add cafeyn-dl initial implementation

This commit is contained in:
√(noham)²
2026-05-17 14:22:45 +02:00
commit 4d148fb3aa
7 changed files with 685 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "cafeyn-dl"
version = "0.1.0"
description = "A python script to download magazines from Cafeyn."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"curl-cffi>=0.15.0",
"pillow>=12.2.0",
"python-dotenv>=1.2.2",
"tqdm>=4.67.3",
]
[dependency-groups]
dev = [
"pylint>=4.0.5",
]