https://github.com/imlegend19/text_editor
This is a Text Editor GUI made with tkinter.
https://github.com/imlegend19/text_editor
gui python3 text-editor tkinter
Last synced: 10 months ago
JSON representation
This is a Text Editor GUI made with tkinter.
- Host: GitHub
- URL: https://github.com/imlegend19/text_editor
- Owner: imlegend19
- License: gpl-3.0
- Created: 2018-07-04T11:41:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T12:31:01.000Z (almost 8 years ago)
- Last Synced: 2025-04-11T18:21:30.412Z (about 1 year ago)
- Topics: gui, python3, text-editor, tkinter
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python GUI with Tkinter
Projects done while learning Tkinter using Python 3.5
So inorder to launch the program, your machine should have installed Python 3.5 and Tkinter.
# Project 1 | TextEditor
This is a simple text editor just like the regular plain text editor but with some additional features.

## Features of TextEditor
* Functions similar to any other plain text editors
* Shows Line Number
* Highlights the current line
* Shows cursor location at the bottom
* 7 different themes available to choose