Jump to ratings and reviews
Rate this book

Modern Tkinter for Busy Python Developers: Quickly learn to create great looking user interfaces for Windows, Mac and Linux using Python's standard GUI toolkit

Rate this book
Third thoroughly revised and expanded! Over 20% new material. Updated for Python 3.9.

Quickly learn the right way to build attractive and modern graphical user interfaces with Python and Tkinter.

You know some Python. You want to create a user interface for your application. You don't want to waste time messing around with things you don't need.

Enter Tkinter.

It's built right into Python. Everything you need is included in the standard Python distributions. No extra downloads. Your Python and Tkinter scripts will work on Windows, macOS, and Linux.

Tkinter has a simple, clean, Pythonic API. It handles the tedious housekeeping needed in GUI programming. You can focus on what's unique in your application.

One HUGE Problem

Tkinter has been around for a very long time. There's a lot of documentation, much of it created years ago. Nearly everything in that documentation still works today.

But it's all wrong.

Tkinter has a reputation for ugly and outdated user interfaces that don't fit in with modern systems. And if you follow the old documentation, that's exactly what you'll get.

Tkinter has taken a quantum leap forward since all that documentation was written. There are new and better ways to build your user interface. Your program needs to be written differently to take advantage of that.

Modern Tkinter shows you the right way to do it.

You'll learn all the modern best practices. You'll build your user interface the right way the first time, without having to learn anything extra or irrelevant. It starts at the beginning, shows you what you need to know, and covers all the essential elements of building your modern user interface. This

all the standard GUI widgets attractively laying out your user interface managing menus, windows, and dialogs organizing more complex user interfaces Tkinter's powerhouse canvas and text customizing the look of your user interface making it all work on macOS, Windows, and LinuxYou may have been using older documentation or are updating a Tkinter program written years ago. If so, you'll find warnings of what to avoid using, and how to replace it with a modern solution. There's even a full case study of modernizing the user interface of a seriously out-of-date Tkinter application you may be familiar with.

Who this book is for

This book is for everyday Python programmers looking to quickly create desktop user interfaces. You may be new to Tkinter, or want to bring your knowledge up to date. You don't need to be an expert on OOP, MVC architecture, multithreading, or other advanced topics. In fact, you're not going to need any of those things to use Tkinter.

This book uses Python 3.9, but everything you learn will apply (with small tweaks) to any Python 3.x version. It won't help you if you're using Python 2.x.

Let veteran software developer Mark Roseman show you the right way to build user interfaces with Python and Tkinter. He's been using Tk (the technology behind Tkinter) since its early days. He's shipped dozens of open source tools and commercial applications based on it.

He's also the author of the multi-lingual TkDocs.com website, the de facto reference for building modern Tk user interfaces. This book brings together Python-specific information from that site and supports its further development.

272 pages, Kindle Edition

Published October 7, 2020

61 people are currently reading
29 people want to read

About the author

Mark Roseman

3 books2 followers
Mark^^^Roseman

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (25%)
4 stars
10 (41%)
3 stars
8 (33%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Jack Hwang.
368 reviews6 followers
April 14, 2022
This is a very good tutorial book on Tkinter. It explains the essentials clearly and concisely with enough examples. It's very easy for a Python developer to grasp the necessary information regarding GUI with Tkinter.

Especially, this book focuses on ttk and only uses the classic widgets when absolutely necessary. It gives the readers a very clear idea about which widgets to use and why.

6 reviews1 follower
December 28, 2021
A Useful Introduction

I had already been using tkinter for a little while so much of this book was familiar to me. Having said that, I also learned a lot. I think the book would benefit from more illustrations. If you are going to give code examples then you should also show how they display.
Profile Image for Evan Cornish.
5 reviews
May 3, 2020
Great work

Solid info, very concise, easy to find the important parts.
I'd recommend reading this as a reference and just skipping through to what you need.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.