Skip to content

Files

Latest commit

efae33d Β· Jul 7, 2023

History

History
This branch is 22 commits behind victorpreston/Python-Projects:master.

0x21TextEditor

About

This is a text editor written in python using the PyQt5 library

Features

  • 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

Install the Dependencies

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

Screenshot, this is the screenshot of the editor:

Screenshot from 2023-07-07 21-37-23