Skip to content

ambilimurali/Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

About

Learning: A Notepad for python beginner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages