This repository holds the code for my tutorial series on Building a text editor with PyQt, where I outline the process of creating a rich-text editor using the Python binding for Qt, PyQt. The editor ...
You will always need to ensure that a QApplication object exists, otherwise your Python script will terminate with an error if you try and use any other Qt objects ...