Replies: 1 comment 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
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions