Skip to content

malikhammad678/Python-NotePad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Notepad Application

This is a simple Notepad application built in Python using the Tkinter library. It provides basic text editing functionalities such as creating, opening, saving, and editing text files. It also includes undo/redo, cut/copy/paste, and more.


Features

  • File Operations

    • Create a new file.
    • Open an existing text file.
    • Save the current file.
    • Save as a new file.
  • Edit Operations

    • Undo and redo changes.
    • Cut, copy, and paste text.
    • Delete selected text.
    • Select all text.
  • Help

    • "About" section with application information.
  • Shortcut Keys

    • New File: Ctrl + N
    • Open File: Ctrl + O
    • Save File: Ctrl + S
    • Save As: Ctrl + Shift + S
    • Exit: Ctrl + Q
    • Undo: Ctrl + Z
    • Redo: Ctrl + Y
    • Cut: Ctrl + X
    • Copy: Ctrl + C
    • Paste: Ctrl + V
    • Select All: Ctrl + A

Requirements

  • Python 3.x
  • Tkinter (included in the Python standard library)

Usage

  1. Run the script:
    python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages