Replies: 2 comments 5 replies
CTkFileWidget (new!)A widget that can be added to an existing window. def my_command():
print(filewidget.path)
filewidget = CTkFileWidget(root, command=my_command)
filewidget.pack(padx=10, pady=10)Arguments
|
5 replies
|
You can remove this project from Tkinter-Toolkit because I've deleted the repository. CTkFileDialog is a terrible and ugly project. The standard Tkinter dialog is better, although it's not in the style of CustomTkinter. With the ttk.Treeview widget, it looks bad due to scaling issues, as it's not a CTk widget. And if you generate a CTkButton using a for loop, it will be slow and may freeze on folders with a large number of files. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Repository URL
https://github.com/limafresh/CTkFileDialog
Description
An alternative to the standard tkinter.filedialog, written in CustomTkinter, so it matches the style of CustomTkinter applications.Highlights
Author Name
limafresh
Preview Image URL
Is the project uploaded to pypi/pip?
No
Project Type?
CustomTkinter based
CheckList
All reactions