Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 522 Bytes

File metadata and controls

24 lines (16 loc) · 522 Bytes

Notepad

Learning: A Notepad for python beginner

Simple Notepad App

A basic text editor made with Python Tkinter. You can create, open, edit, and save text files easily.

Features

  • New, Open, Save files
  • Undo, Redo
  • Cut, Copy, Paste
  • Keyboard shortcuts (Ctrl+N, Ctrl+O, Ctrl+S, Ctrl+Q, Ctrl+Z, Ctrl+Y)
  • Save prompt before closing or opening new files
  • Scrollbar for text area
  • About info dialog

How to Run

  1. Make sure Python 3 is installed.
  2. Tkinter should come with Python.
  3. Run the program: