diff --git a/KeyGenerator/A4 Printable Grid.py b/KeyGenerator/A4 Printable Grid.py index f0bd1f8..f1b54db 100644 --- a/KeyGenerator/A4 Printable Grid.py +++ b/KeyGenerator/A4 Printable Grid.py @@ -2,8 +2,8 @@ import os from PIL import Image # --- CONFIGURATION --- -CARD_DIR = 'keychain_cards' -OUTPUT_PDF = 'keychain_3x3_perfect.pdf' +CARD_DIR = os.path.join(os.getcwd(),'keychain_cards') +OUTPUT_PDF = os.path.join(os.getcwd(), 'keychain_3x3_perfect.pdf') # A4 at 300 DPI PAGE_W, PAGE_H = 2480, 3508 @@ -67,4 +67,4 @@ def generate_printable_pdf(): print(f"✅ Created {OUTPUT_PDF}. Now go print it and stop crying.") if __name__ == "__main__": - generate_printable_pdf() \ No newline at end of file + generate_printable_pdf() diff --git a/keychain_3x3_perfect.pdf b/KeyGenerator/keychain_3x3_perfect.pdf similarity index 100% rename from keychain_3x3_perfect.pdf rename to KeyGenerator/keychain_3x3_perfect.pdf diff --git a/README.md b/README.md index 741f70b..fc4e89d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SekiPOS v1.1 🍫🥤 +# SekiPOS v1.2 🍫🥤 A reactive POS inventory system for software engineers with a snack addiction. Features real-time UI updates, automatic product discovery via Open Food Facts, and local image caching. diff --git a/templates/index.html b/templates/index.html index 9539e02..5f12109 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,6 @@ +
@@ -7,38 +8,44 @@ +