Skip to content

A Python library for creating image buttons in Tkinter.

License

Notifications You must be signed in to change notification settings

hntechsoftware/TKImageButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TKImageButton

A Python library for creating image buttons in Tkinter.

Example Usage:

from TKImageButton import ImageButton

root = tk.Tk()

# Define use_temp

button = ImageButton(root, source="src/templates.png", command=use_temp)

button.pack()

root.mainloop()

About

A Python library for creating image buttons in Tkinter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages