This is a text editor written in python using the PyQt5 library
- Change text size
- Make text bold
- Make text italic
- Underline text
- Copy Paste and Cut text
- Redo and Undo actions
- Save the file in PDF format
To use this first you need to make sure, Python3 is installed in your system. To install Python3 in your system you may checkout Python's official downloads page.
Then you need to install the PyQt5 module by running the following command in your terminal:
pip install PyQt5