Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 589 Bytes

File metadata and controls

20 lines (14 loc) · 589 Bytes

Notepad in Python 🖊️

A simple, lightweight Notepad-like text editor built using Python and Tkinter (no external heavy libraries needed).

Just like the classic Windows Notepad — clean, fast, and straightforward!

https://github.com/YOUR-USERNAME/YOUR-REPO-NAME

Features

  • Create new files
  • Open existing text files (.txt)
  • Save / Save As
  • Basic editing (cut, copy, paste, undo)
  • Find & Replace (optional — agar tune add kiya hai to likh dena)
  • Change font family & size
  • Word wrap on/off
  • Clean & minimal interface
  • Cross-platform (Windows, macOS, Linux)