Skip to content

pratyushjain122/notepad-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

NOTEPAD 📓

— using PYTHON & TKINTER —

 

What is Tkinter?

👉 Tkinter is Python's de-facto standard GUI (Graphical User Interface) package.

👉 Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one.

 

GUI 🧩

A GUI (graphical user interface) is a system of interactive visual components for computer software. A GUI displays objects that convey information, and represent actions that can be taken by the user. The objects change color, size, or visibility when the user interacts with them.

 

WORKING 👷‍♂️

~ After running the program a simple GUI window pops out.

main page

~ You can write anything like any normal notepad here.

 

~ This is the File Menu 👇


File Menu

~ In this window you can create a 'New' file, 'Open' an existing file or 'Save' the current file. You can also Exit the current window.


 

~ This is the Edit Menu 👇


Edit Menu

~ In this window you can 'Cut' , 'Copy' or 'Paste' the content from or into the current file.

 

Contributors👨‍💻

About

Notepad editor made in Python using GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages