Jan 25, 2021 | Automation Scripts, Python
TinyPNG is a website specialize in PNG and JPEG files compression technology. This is useful when your app or website host many images and you want to reduce the file size. TinyPNG ‘s Python library is extremely easy to use. The only thing I wish the API can...
Jan 3, 2021 | PyQt5, Python
In this PyQt5 tutorial, I will be covering how to implement buttons rotating effect. Source Code
Jan 3, 2021 | Matplotlib, Python
In this Matplotlib tutorial, I will be walk you through how to insert a data table in your Matplotlib graph. One of the things that could improve a graph’s usefulness is providing a data table, and unfortunately, Matplotlib doesn’t make the task easy. The...
Jan 3, 2021 | PyQt5, Python
In this PyQt5 tutorial, I will be covering how to create a dependent combo box (QComboBox widget) using the itemData method. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source...
Jan 3, 2021 | PyQt5, Python
In this PyQt5 tutorial, I will be covering how to assign a QLabel keyboard shortcut to a paired widget with QLabel’s setBuddy method. When the user presses the shortcut key indicated by this label, the keyboard focus is transferred to the label’s buddy...