Skip to content

Files

Latest commit

2fe099f · Dec 6, 2019

History

History
80 lines (62 loc) · 2.08 KB

README.md

File metadata and controls

80 lines (62 loc) · 2.08 KB

MY-NOTEPAD

My-NOTEPAD

A Simple Colorful Notepad made in Python using tkinter(GUI).

Table of Contents

Prerequisite

My Notepad runs only on windows machine.

Requirement
Operating System  : Windows
python version    : 3.x

Modules Used:

tkinter:Tkinter is a Python binding to the Tk GUI toolkit
https://docs.python.org/3/library/tkinter.html

Structure

icons2: folder contains all the icons used in this Program.

Notepad.py: is where all the main code is written.

mainicon.ico: is the main icon which will apperar after installing this Notepad.

Notepad -0.01-amd64.msi: is the setup of this Notepad .

setup.py: is the file used to make the setup of the Notepad.

Install

Executable Application on Windows:

- Download this repository on local machine.
- Extract MY-NOTEPAD repository on local machine and open MY-NOTEPAD folder
- Double click on "Notepad -0.01-amd64.msi" To install Application.
- Give required permissions and Enjoy the MY-NOTEPAD Application.

Python Code On windows machine:

clone My-Notepad repository on local machine.

>git clone https://github.com/abhishuraina/MY-NOTEPAD

change directory to My-NOTEPAD

> cd MY-NOTEPAD/

Now its time to execute Notepad.py

>python Notepad.py

it will show following Output outputwindow

Download

📎 Download Here

Hope you'll install it in your computer just to try .

Contributors

@abhishuraina @chavarera

Functionality to be added undo and redo to add more flexibility to it.