Skip to content

Instantly share code, notes, and snippets.

View jamalinec-stack's full-sized avatar

jamalinec-stack

View GitHub Profile
import customtkinter as ctk
ctk.set_appearance_mode("dark")
ctk.set_default_color_theme("blue")
class AutoShockPro(ctk.CTk):
def __init__(self):
super().__init__()
# Nastavení okna