How to create a digital clock with PyQt5 | PyQt5 Tutorial

In this tutorial, we are going to create a digital clock for your desktop. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from PyQt5.QtWidgets import QApplication, QWidget,...

How to add a combo box widget to your app | PyQt5 Tutorial

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!...

How to create a splash screen| PyQt5 Tutorial

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...