A simple Notepad application built using Python and Tkinter.
- Create a new file
- Open an existing file
- Save a file
- Cut, Copy, and Paste functionality
- Undo and Redo support
- Scrollbar for text area
- Status bar to display actions
- About section
- New File: Create a new text file.
- Open File: Open an existing text file.
- Save File: Save the current text file.
- Cut, Copy, Paste: Basic text editing functions.
- Undo/Redo: Revert or redo changes.
- Exit: Close the application.
- About: Displays application information.
- Ctrl + N - New File - Ctrl + O - Open File - Ctrl + S - Save File - Ctrl + X - Cut - Ctrl + C - Copy - Ctrl + V - Paste - Ctrl + Z - Undo - Ctrl + Y - RedoDeveloped by: Rakesh Sahani