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
Python GUI Programming Cookbook - Second Edition
Burkhard Meier
ISBN: 978-1-78712-945-0
- Create the GUI Form and add widgets
- Arrange the widgets using layout...