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.
- Host: GitHub
- URL: https://github.com/param302/text-editor
- Owner: Param302
- Created: 2021-11-17T08:34:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T15:27:50.000Z (about 3 years ago)
- Last Synced: 2025-02-12T07:55:35.059Z (3 months ago)
- Topics: editor, python, text-editor, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-Editor
A Text Editor made in Python using Tkinter library.
## 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).