Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.66 KB

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👨‍💻