This commit is contained in:
2025-09-05 21:44:38 +02:00
commit 316102bbc4
6 changed files with 590 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "create-qrcode"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"argparse>=1.4.0",
"pillow>=11.3.0",
"qrcode[pil]>=8.2",
]