Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 827 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 827 Bytes

Notepad Clone

A Microsoft Notepad clone made using Python's Tkinter library. This project aims to replicate the basic text editor that has shipped with the Microsoft Windows operating system since 1985. No specific version of the program is being targeted. The goal is to provide the features with a familiar user interface.

Root Window

Menu Bar

Requirements

Python 3

Files

notepad.py - The main program.
notepad.pyw - This is complementary file used to implement the New Window feature.
notepad.ico - This is the icon file for Notepad Clone.
transparent.ico - This is a transparent icon to replace the default tkinter icon.

Acknowledgements

Richard Brodie - Original Microsoft Notepad creator