Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 710 Bytes

Text Editor

A NotePad like text editor built using Python's GUI library Tkinter

Features

  1. 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

  2. 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

  3. View Offers Word Count and Line Count that are updated every time the user clicks or hovers on the menu. (Extra features not in Notepad)

  4. About Just a menu that displays a window with a link to my GitHub profile