https://github.com/neeru1207/text-editor
A text editor built using Python's GUI library Tkinter
https://github.com/neeru1207/text-editor
hacktoberfest python3 text-editor tkinter tkinter-graphic-interface tkinter-gui tkinter-python
Last synced: 7 months ago
JSON representation
A text editor built using Python's GUI library Tkinter
- Host: GitHub
- URL: https://github.com/neeru1207/text-editor
- Owner: neeru1207
- Created: 2019-06-02T14:14:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T05:47:24.000Z (over 5 years ago)
- Last Synced: 2025-04-05T08:41:21.591Z (11 months ago)
- Topics: hacktoberfest, python3, text-editor, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Editor
A Notepad like text editor built using Python's GUI library Tkinter
## Features
### File
Offers options like New, Save, Save as and Exit along with the ability to use shortcut keys to access all the options.
A click on exit opens a window asking the user if he/she wants to save changes if any changes are made
### Edit
Offers editing options like Cut, Copy, Paste, Redo, Undo, Delete, Select All and Date along with the ability to use shortcut keys to access all the options
### View
#### Extra features not in Notepad
Offers Word Count and Line Count that are updated every time the user clicks or hovers on the menu.

### About
Just a menu that displays a window with a link to my GitHub profile
### Contributing
Feel free to open a pull request if you find any bug or want to improve/add features.