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!
##Tutorials
Part 1: http://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-one/143
Part 2: http://www.binpress.com/tutorial/developing-a-pyqt-text-editor-part-2/145
Part 3: http://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-3/147
Part 4: http://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-4/148
##PyQt5
Thanks to Jock2 the entire tutorial series is now ported to PyQt5 (see the PyQt5 folder).
##Updates
You can check for any updates or added features in the non-tutorial Writer repository, here. After a certain accumulation of updates/features a new tutorial part may follow.