An open API service indexing awesome lists of open source software.

https://github.com/param302/text-editor

A Text Editor made in Python using Tkinter library.
https://github.com/param302/text-editor

editor python text-editor tkinter tkinter-gui

Last synced: about 2 months ago
JSON representation

A Text Editor made in Python using Tkinter library.

Awesome Lists containing this project

README

        

# Text-Editor
A Text Editor made in Python using Tkinter library.
![Text Editor Image](https://github.com/Param302/Text-Editor/blob/main/previews/text%20editor%20version%200.01.jpg)

## Requirements
Python 3.9.6 or higher

## Clone this repository
```
https://github.com/Param302/Text-Editor.git
```
## Contribution
Please feel free to contribute!
Things which are left:
- File Tab.
- Edit Tab.
- Working of Text clear button in Font tab.
- Color chooser in formatting font.
- Paragraph Tab.
- Indentations left in Paragraph tab.
- Theme and Style of whole App.
- Hover color properties.
- Implementation of text to pdf (the whole formatted text will convert to pdf).