|
|
|
|
@ -4,21 +4,12 @@ from PIL import Image
|
|
|
|
|
|
|
|
|
|
import sideframe, frame_dashboard, frame_edit, frame_table, frame_users, window_settings
|
|
|
|
|
|
|
|
|
|
# Links
|
|
|
|
|
# - Icons: https://www.flaticon.com
|
|
|
|
|
# - CustomTkinter: https://customtkinter.tomschimansky.com/
|
|
|
|
|
# - CTkTable: https://github.com/Akascape/CTkTable
|
|
|
|
|
|
|
|
|
|
# Referenzen
|
|
|
|
|
# - Vorlage: https://github.com/RoyChng/customtkinter-examples/tree/master/Inventory%20Management
|
|
|
|
|
|
|
|
|
|
mainColor = "#C03F49"
|
|
|
|
|
contrastColor = "#8F2F3E"
|
|
|
|
|
|
|
|
|
|
set_appearance_mode("light")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Main_Window(CTk):
|
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
|
|
|
super().__init__(*args, **kwargs)
|
|
|
|
|
|