You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👉 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.
~ You can write anything like any normal notepad here.
~ This is the 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 👇
~ In this window you can 'Cut' , 'Copy' or 'Paste' the content from or into the current file.