This is simple text editor build with PYQT5
- Open
- Save
- Save AS
- Undo changes
- Repeat
- Cut , Copy , Paste selected Text
- Align Text Right / Left / Center
- Change Text to Bold / Normal / Italic / underlined / Justify
- Changing Font and Font Size
- Changing Background Color / Text Color
- Speech to Text
- Add images
- Add tables
- Find / replace text
pip install -r requirements.txt
Execution:
python3 editor.py
We're happy you want to contribute! You can help us in different ways:
Open an issue with suggestions for improvements
You can submit a pull request
Improve the documentation