Skip to content

Latest commit

 

History

History

0x21TextEditor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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