Open Lolol-78 opened 1 year ago
Does customtkinter have a function similar to the one available with tkinter, filedialog.askdirectory(), to select a folder? Because the design of the tkinter one doesn't match customtkinter at all.
filedialog.askdirectory()
Tkinter and CustomTkinter's filedialog is usually based on the operating system's native file explorer.
Does customtkinter have a function similar to the one available with tkinter,
filedialog.askdirectory()
, to select a folder? Because the design of the tkinter one doesn't match customtkinter at all.