Skip to content

Instantly share code, notes, and snippets.

from __future__ import annotations
from datetime import datetime
import os
import re
import threading
import tkinter as tk
from tkinter import ttk
import customtkinter as ctk