Apr 13, 2019 | PyQt5, Python
Recently I have been doing more of PyQt5 development, and I always struggle remembering the module name and class name since there are so many. Just QtWidget module itself, it has close to 200 classes. I decided to create a utility tool to gives me the PyQt5 module...
Apr 11, 2019 | PyQt5, Python
A progress bar is a greay way to visualize the progression of an operation or task, such as when you are downloading/transfering files, or processing a list of task. In PyQt5, there is a Progress Bar widget, which can be used to display the progress of an operation....
Apr 5, 2019 | PyQt5, Python
Sometimes when you receive some really amazing PowerPoint presentation file, and you see some of images you would like to reuse for future presentation but you don’t want to go through the hassle manually save each image one-by-one, and export them to your PC.In...