Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 528 Bytes

Notepad 1.0

It is a simple text editor which enable user to create documents. It is capable of creating and editng plain text files.Also it has some preety cool themes.

Requiried modules -

  • Tkinter
  • Pyautogui

Installation

no need to install Tkinter as it comes preinstalled in python 3
pip install PyAutoGUI

Running the program

On Ubuntu :

chmod +x notepad.py
python3 nodepad.py or py notepad.py

On windows :

python3 nodepad.py or py notepad.py