If you enjoyed this book, you may be interested in these other books by Packt:
Tkinter GUI Application Development Cookbook
Alejandro Rodas de Paz
ISBN: 978-1-78862-230-1
- Add widgets and handle user events
- Lay out widgets within windows using frames and the different geometry managers
- Configure widgets so that they have a customized appearance and behavior
- Improve the navigation of your apps with menus and dialogs
- Apply object-oriented programming techniques in Tkinter applications
- Use threads to achieve responsiveness and update the GUI
- Explore the capabilities of the canvas widget and the types of items that can be added to it
- Extend Tkinter applications with the TTK (themed Tkinter) module
Tkinter GUI Programming by Example
David Love
ISBN: 978-1-78862-748-1
- Create a scrollable frame via the Canvas widget
- Use the pack geometry manager and Frame widget to control layout
- Learn to choose a data structure for a game
- Group Tkinter widgets, such as buttons, canvases, and labels
- Create a highly customizable Python editor
- Design and lay out a chat window