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 includes features for:
- File management
- Rich-text formatting
- Table insertion and management
- Find-and-replace
- Inserting images
- And more!
Thanks to Jock2 the entire tutorial series is now ported to PyQt5 (see the PyQt5 folder).
You can check for any updates or added features in the non-tutorial Writer repository, here.