Fifi123
Fifi123
Thanks a lot Qwabena !!!!!!!!!!!!!!!!!
my interface.py : import customtkinter from main import * class App(customtkinter.CTk): def __init__(self): super().__init__() self.geometry("300x150")#taille de la fenetre graphique self.optionmenu_type_chaine = customtkinter.CTkOptionMenu(master=self, values=["", "Daily", "Weekly", "Monthly"], width=200, height=30, fg_color=("white", "gray38"),text_font=("Roboto...
I try to test the presence of data in a textbox