Skip to content

A Microsoft Notepad clone made using Python's Tkinter library.

Notifications You must be signed in to change notification settings

skate1512/Notepad_Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Microsoft Notepad clone made using Python's Tkinter library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages