- Python GUI Programming Cookbook(Second Edition)
- Burkhard A. Meier
- 37字
- 2021-07-09 19:50:51
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.