Appendix 1. Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Tkinter GUI Application Development CookbookAlejandro 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 ExampleDavid Love
ISBN: 978-1-78862-748-1
- Create a scrollable frame via theCanvas widget
- Use the pack geometry manager andFrame widget to control layout
- Learn to choose a data structurefor a game
- Group Tkinter widgets, such asbuttons, canvases, and labels
- Create a highly customizablePython editor
- Design and lay out a chat window