TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
11.6k stars 1.09k forks source link

select a folder like filedialog.askdirectory() with tkinter #1263

Open Lolol-78 opened 1 year ago

Lolol-78 commented 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.

supercam19 commented 1 year ago

Tkinter and CustomTkinter's filedialog is usually based on the operating system's native file explorer.