Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 887 Bytes

File metadata and controls

38 lines (32 loc) · 887 Bytes

Notepad Application

A simple Notepad application built using Python and Tkinter.

Features

  • 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

Usage

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

Keyboard Shortcuts

- 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 - Redo

Author

Developed by: Rakesh Sahani