Giter Club home page Giter Club logo

mastering-gui-programming-with-python's Introduction

Mastering GUI Programming with Python

Mastering GUI Programming with Python

This is the code repository for Mastering GUI Programming with Python, published by Packt.

Develop impressive cross-platform GUI applications with PyQt

What is this book about?

PyQt5 has long been the most powerful and comprehensive GUI framework available for Python, yet there is a lack of cohesive resources available to teach Python programmers how to use it. This book aims to remedy the problem by providing comprehensive coverage of GUI development with PyQt5.

This book covers the following exciting features:

  • Get to grips with the inner workings of PyQt5
  • Learn how elements in a GUI application communicate with signals and slots
  • Learn techniques for styling an application
  • Explore database-driven applications with the QtSQL module
  • Create 2D graphics with QPainter
  • Delve into 3D graphics with QOpenGLWidget
  • Build network and web-aware applications with QtNetwork and QtWebEngine

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter03.

The code will look like the following:

 # inside __init__()
        self.goodbutton = qtw.QPushButton("Good")
        self.layout().addWidget(self.goodbutton)
        self.goodbutton.clicked.connect(self.no_args)
        # ...

    def no_args(self):
        print('I need no arguments')

Following is what you need for this book: This book is for programmers who want to create attractive, functional, and powerful GUIs using the Python language. You’ll also find this book useful if you are a student, professional, or anyone who wants to start exploring GUIs or take your skills to the next level. Although prior knowledge of the Python language is assumed, experience with PyQt, Qt, or GUI programming is not required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-17).

Software and Hardware List

Chapter Software required OS required
1 - 17 Python 3.7 or greater, PyQt 5.12 Windows, Mac OS X, and Linux (Any)
17 PyInstaller 3.4, SetupTools 41.0.1 Windows, Mac OS X, and Linux (Any)
1-4 QtDesigner/QtCreator 4.8.0 or higher Windows, Mac OS X, and Linux (Any)
9 SQLite 3 Windows, Mac OS X, and Linux (Any)
12, 14 psutil 5.6.2 Windows, Mac OS X, and Linux (Any)
15 Raspberry Pi 3B+, Raspbian 10 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Code in Action

Click on the following link to see the Code in Action: Click here to view the videos

Related products

Get to Know the Author

Alan D Moore is a data analyst and software developer who has been solving problems with Python since 2006. He's developed both open source and private code using frameworks like Django, Flask, Qt, and, Tkinter, and contributes to various open source Python and Javascript projects. Alan is the author of Python GUI Programming with Tkinter.

Other books by the authors

Python GUI programming with Tkinter

Suggestions and Feedback

Click here if you have any feedback or suggestions.

mastering-gui-programming-with-python's People

Contributors

alandmoore avatar abin-packt avatar digvijay-b avatar

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.