In this rather short chapter, you’ll learn the basics of how to make graphical user interfaces (GUIs) for your Python programs—you know, windows with buttons and text fields and stuff like that. The de facto standard GUI toolkit for Python is Tkinter, which ships as part of the standard Python distribution. Several other toolkits are available, however. This has its advantages (greater freedom of choice) and drawbacks (others can’t use your programs unless they have the same GUI toolkit installed). Fortunately, there is no conflict between the various GUI toolkits available for Python, ...
© Magnus Lie Hetland 2017
Magnus Lie Hetland, Beginning Python, 10.1007/978-1-4842-0028-5_12
12. Graphical User Interfaces
Magnus Lie Hetland1
(1)Trondheim, Norway
Get Beginning Python: From Novice to Professional, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.