/Writer-Tutorial

PyQt text editor tutorial repository

Primary LanguagePythonMIT LicenseMIT

Writer-Tutorial

Image of Writer

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

Part 2

Part 3

Part 4

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.