Giter Club home page Giter Club logo

tkinter-gui-programming-by-example's Introduction

Tkinter GUI Programming by Example

This is the code repository for Tkinter GUI Programming by Example, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book will get you up and running with Tkinter by creating some fun and interactive projects. These projects have a varying degree of complexity. We’ll start with a simple project where you'll learn the fundamentals of GUI programming and the basics of working with a Tkinter application. After getting the basics right, we'll move on to creating a project of slightly-increased complexity, such as a highly-customizable Python editor, where you'll learn about Tkinter widgets, event handlers, and more.

With the next project, we'll crank up the complexity level to create an instant messaging app, where you’ll learn about network, multithreading, and database programming. The aim is to strengthen your foundation with the Tkinter framework. Towards the end, we’ll discuss various ways of packaging our applications so that they can be shared and installed on other machines without the user needing to learn how to install and run Python programs.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Assets folder is used in Chapter 2, 3, 4. Images for Blackjack game needs to be downloaded. the link is provided in the book.

The code will look like the following:

self.label_text = tk.StringVar()
self.label_text.set("Choose One")

[] A basic understanding of the Python language and its syntax, including functions, if statements, while and for loops, and file handling [] A computer (desktop or laptop) running Windows, Linux, or macOS, which has Python version 3.6 (or higher) installed [] Pip and Virtualenv installed along with Python [] An internet connection to download any external dependencies, which will be needed for our projects

Related Products

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.