f1r3nz4r

Results 4 issues of f1r3nz4r

Here's the code I wrote: ` import customtkinter as ctk class Root: def __init__(self): self.root = ctk.CTk() ctk.set_appearance_mode("system") self.tabViewInit() def tabViewInit(self): self.tabView = ctk.CTkTabview(self.root) self.tabView.pack(fill=ctk.BOTH, expand=ctk.YES) def on_click(event): clickedTab =...

* The activate command raises a ValueError exception. After installing a package try to activate, you'll receive the error. * The forced login toggle cant be toggled because the program...