Replies: 3 comments
-
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
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A new version is available with new customization options and full support for the dark theme. |
Beta Was this translation helpful? Give feedback.
0 replies
-
A new version is available with new customization options and full support for the dark theme. |
Beta Was this translation helpful? Give feedback.
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.
-
CTkFileDialog
CTkFileDialog will make file selection beautiful and in CustomTkinter style.
Repository
Arguments
save=False
if open file (by default),save=True
if save filesave_extension=".txt"
True
orFalse
Open file
Open folder
Save file
I hope this window will help in creating your project. Any contributions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions