News

In this post, we will learn how to make a simple GUI CLI translator app with Python Tkinter similar to the cover of this blog post. Before we start, please install ...
PyQt5 is a powerful and flexible library that is easy to use and customize. Tkinter is a standard GUI library for Python, and it is the most popular Python GUI framework. It is fast, easy-to-use ...
For one, there is no native mechanism for compiling a Python program into a standalone executable package. To be fair, the original use case for Python never called for standalone redistributables.
This post shows how to use Electron as the GUI component of Python applications. (Updated version of one of my previous posts.) The frontend and backend communicate with each other using zerorpc. The ...
Although I’ve used it to build measurement applications, I’ve started to replace LabVIEW with Python for basic lab measurements where I don’t need develop an easy-to-use GUI for others to use. When I ...