Skip to content

sameernasir101/simple_notepad_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


                                         SIMPLE NOTEPAD APPLICATION
                                     AUTHOR: SYED MUHAMMAD SAMEER NASIR

Notepad has been a basic and vital tool of windows for a very long time. Here is a simple clone of Notepad written in Python and Tkinter. You can write any kind of text in it or even make a .py source code file in it.


To Run The Program:

Just Double Click on the "notepad.pyw" file.

It is a GUI based program and I didn't complied it into a .exe file just in case if anyone wants to see the source code.

I will also add exe of this program here soon.


Following Modules were imported and used in this project:

import os
import datetime
import tkvideo
from tkinter import *
import tkinter.messagebox as mbox
from tkinter.filedialog import askopenfilename, asksaveasfilename

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages