Search by recipe or ingredient, calculate volumes

This commit is contained in:
2026-06-06 15:24:10 +03:00
parent 40c70e7aca
commit 070ae5c85b
8 changed files with 281 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "ao-recipes-helper-gui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pillow>=12.2.0",
]