Initial Commit

This commit is contained in:
eneller
2026-05-15 00:23:14 +02:00
commit b682463719
6 changed files with 357 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "playerplus-screenshot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"playwright>=1.59.0",
"python-dotenv>=1.2.2",
]