Dec 9, 2019 | PyQt5, Python
In this tutorial, I am going to show you an example how to add a system tray icon for you PyQt5 application in Python. Modern operating systems usually provide a special area on the desktop, called the system tray or notification area, where long-running applications...
Dec 9, 2019 | PyQt5, Python
In this tutorial, I am going to show you how to create a combo box widget with PyQt5 in Python. If you have never used a combo box before, a combo box is just a drop-down with a list of items a user can choose from. Buy Me a Coffee? Your support is much appreciated!...
Dec 3, 2019 | PyQt5, Python
In this tutorial, we are going to create a simple splash screen using PyQt5 in Python. A splash screen is a window containing an image usually appears when a software is loaded. Creating a splash screen with PyQt5 is pretty straight forward and doesn’t require...
Nov 18, 2019 | PyQt5, Python
In this tutorial I am going to cover a little bit of chart formatting along with chart creation with PyQt5 framework. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Python Code: import sys from...
Nov 4, 2019 | PyQt5, Python
In this tutorial we are going to create a simple date picker tool for your Excel spreadsheet in Python. This is the first tutorial I go into Excel and PyQt5 integration. Before go into the development, I want to touch on few things such as what are the advantages and...
Nov 3, 2019 | PyQt5, Python
In this tutorial we are going to build a Google Drive Direct Link Generator application with PyQt5 in Python. Two main things we are in this tutorial: 1. Building the app 2. Package the app with PyInstaller so you can share the program with other people. Buy Me a...