diff --git a/PfandApplication/main.py b/PfandApplication/main.py index 06c913e..382dcb5 100644 --- a/PfandApplication/main.py +++ b/PfandApplication/main.py @@ -349,7 +349,7 @@ class PfandCalculator: label = tk.Label(about_window, text=( - "PfandApp V.7.04.301\n" + "PfandApp V.7.04.301 ; Könnte einige Versionen hinten sein!\n" "Erstellt mit TKinter, CV2, Numpy, PyZbar, TGTG-API, TKCalendar, Datetime\n" "Eigene Module: Updater, TGTG_OC, Wiki, BuildUtil\n" "Großen Dank an SPAR, HOFER\n" diff --git a/PfandApplication/pfand_scanner.py b/PfandApplication/pfand_scanner.py index d1ca5be..47c01ec 100644 --- a/PfandApplication/pfand_scanner.py +++ b/PfandApplication/pfand_scanner.py @@ -1,3 +1,5 @@ +# µScan + import tkinter as tk from tkinter import ttk, simpledialog, messagebox import cv2 diff --git a/PfandApplication/updater.py b/PfandApplication/updater.py index d4dd296..a1b0817 100644 --- a/PfandApplication/updater.py +++ b/PfandApplication/updater.py @@ -10,7 +10,7 @@ import tempfile import traceback import threading -GITHUB_REPO_ZIP = "https://github.com/ZockerKatze/pfand/archive/refs/heads/main.zip" +GITHUB_REPO_ZIP = "https://github.com/ZockerKatze/pfand_PKG/archive/refs/heads/main.zip" IGNORED_FILES = {"key.py"} class GitHubUpdater(tk.Toplevel): diff --git a/PfandApplication/wiki/__pycache__/main.cpython-313.pyc b/PfandApplication/wiki/__pycache__/main.cpython-313.pyc deleted file mode 100644 index a0fbf13..0000000 Binary files a/PfandApplication/wiki/__pycache__/main.cpython-313.pyc and /dev/null differ diff --git a/README.md b/README.md index 46762f9..a62bfd8 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ This is a copy of [Pfand](https://github.com/ZockerKatze/pfand), but this is in 📜 **History & Exports** – View your past returns and export the data for safekeeping or bragging rights. -📦 **TGTG Integration** – Check on your "Too Good To Go" orders directly within the app. ( You need to setup your API Key first! ) - ⚙️ **Smart Updater** – Keeps the app fresh with the latest features and fixes. --- diff --git a/iex.png b/iex.png deleted file mode 100644 index 32ef074..0000000 Binary files a/iex.png and /dev/null differ diff --git a/run.py b/run.py index d960e7a..bbf0bab 100644 --- a/run.py +++ b/run.py @@ -1,4 +1,13 @@ from PfandApplication import main +""" + +If the function launch gets called with +False -> No autoupdates will be run +True -> Autoupdates will be run + +""" + + if __name__ == "__main__": - main.PfandCalculator.launch(False) #Debug False + main.PfandCalculator.launch(True) # By default True