updated README.md

and PfandApplication/main.py
This commit is contained in:
rattatwinko
2025-04-17 14:44:45 +02:00
parent 63a5ced60a
commit e3e581ccd8
2 changed files with 46 additions and 30 deletions

View File

@@ -1,7 +1,6 @@
import tkinter as tk
import tkinter
import webbrowser
from tkinter import ttk, messagebox, filedialog
import webbrowser
import json
from PIL import Image, ImageTk
import os
@@ -23,7 +22,6 @@ from PfandApplication.updater import open_updater as open_updater, run_silent_up
from PfandApplication.tgtg_orderchecker import main as tgtg
from PfandApplication.tgtg_orderchecker import setupkey as tgtg_kt
class Achievement:
def __init__(self, title, description, condition_type, condition_value):
self.title = title
@@ -426,7 +424,7 @@ class PfandCalculator:
close_button = tk.Button(about_update, text="Close", command=about_update.destroy)
close_button.grid(row=1, column=0, sticky='ew', padx=10, pady=(0, 10))
def µScan_credits(self):
def µScan_credits(self, about_μScan=None, label_μScan_app=None):
about_µScan = tk.Toplevel(self.root)
about_μScan.title("Über µScan")
about_μScan.geometry("650x190")