import customtkinter as ctk
import PIL.Image as Image
import tkinter.messagebox as msg
from CTkTable import *
from CTkMessagebox import CTkMessagebox
ctk.set_appearance_mode("dark")
ctk.set_default_color_theme("green")
class admin(ctk.CTk):
def __init__(self, username, password ,name):
super().__init__()
self.iconbitmap('/imgs/icon.ico')
self.title("Admin")
self.geometry(f"{1500}x{1000}")
self.grid_columnconfigure(1, weight=1)
self.grid_columnconfigure((2, 3), weight=0)
self.grid_rowconfigure((0, 1, 2), weight=1)
# load images
self.logoimage = Image.open("imgs/logo.png")
self.logo_size = (100, 100)
self.l
chói chang quá🧡
Đăng nhập để tham gia bình luận
Good good 👍 ⭐
Đăng nhập để tham gia bình luận
Hay quá
Đăng nhập để tham gia bình luận
💥Này là xài công cụ gì đó bạn ơi
Đăng nhập để tham gia bình luận
Hay quá😻🙈
Đăng nhập để tham gia bình luận
Đăng nhập để tham gia bình luận