Python GUI Programming Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Creating our first Python GUI

Python is a very powerful programming language. It ships with the built-in tkinter module. In only a few lines of code (four, to be precise) we can build our first Python GUI.