# Python-GUI-Programming-Cookbook-Second-Edition **Repository Path**: haohan1997/Python-GUI-Programming-Cookbook-Second-Edition ## Basic Information - **Project Name**: Python-GUI-Programming-Cookbook-Second-Edition - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2021-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## $5 Tech Unlocked 2021! [Buy and download this Book for only $5 on PacktPub.com](https://www.packtpub.com/product/python-gui-programming-cookbook-second-edition/9781787129450) ----- *If you have read this book, please leave a review on [Amazon.com](https://www.amazon.com/gp/product/1787129454). Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from __December 15th 2020__ to __January 13th 2021.__* # Python GUI Programming Cookbook - Second Edition This is the code repository for [Python GUI Programming Cookbook - Second Edition](https://www.packtpub.com/application-development/python-gui-programming-cookbook-second-edition?utm_source=github&utm_medium=repository&utm_campaign=9781787129450), published by [Packt](https://www.packtpub.com/). It contains all the supporting project files necessary to work through the book from start to finish. ## About the Book This book will guide you from the very basics of creating a fully functional GUI in Python with only a few lines of code. Each and every recipe adds more widgets to the GUIs we are creating. While the cookbook recipes all stand on their own, there is a common theme running through all of them. As our GUIs keep expanding, using more and more widgets, we start to talk to networks, databases, and graphical libraries that greatly enhance our GUI’s functionality. This book is what you need to expand your knowledge on the subject of GUIs, and make sure you’re not missing out in the long run. ### Instructions and Navigations All of the codes are organized as per the chapters, each folder has the codes related to that chapter or appendix. For example: Python-GUI-Programming-Cookbook-Second-Edition/Chapter01/Ch01_Code/First_GUI.py The code will look like the following: ``` import tkinter as tk # Create instance win = tk.Tk() # Add a title win.title("Python GUI") ``` Following is the software-hardware list: | Chapter | Software required | Download links to the software | Hardware required | OS required | | ------------- | ------------- | ------------- | ------------- | ------------- | | All | Python 3.6 | https://www.python.org/downloads/release/python-360/ | Your PC | Windows 8 and up | ## Related Products * [Python GUI Programming Solutions [Video]](https://www.packtpub.com/application-development/python-gui-programming-solutions-video?utm_source=github&utm_medium=repository&utm_campaign=9781786465528) * [Python Parallel Programming Cookbook](https://www.packtpub.com/application-development/python-parallel-programming-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781785289583) * [Python Network Programming Cookbook](https://www.packtpub.com/networking-and-servers/python-network-programming-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781849513463)