rough playable version finished

This commit is contained in:
2025-09-04 07:00:05 +02:00
parent 3e387c6e4d
commit 6d8117c53c
10 changed files with 548 additions and 89 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "mosaic"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.3.2",
"pillow>=11.3.0",
"pyzbar>=0.1.9",
"qrcode>=8.2",
"tqdm>=4.67.1",
]