How to create a NotePad GUI(graphic user interface) using python tkinter framework

Published: 09 May 2022
on channel: Sam CodeHub
674
11

The tkMessageBox module is used to display message boxes in your applications. This module provides a number of functions that you can use to display an appropriate message. Some of these functions are showinfo, showwarning, showerror, askquestion, askokcancel, askyesno, and askretryignore.
https://docs.python.org/3/library/tki...

filedialog module provides classes and factory functions for creating file/directory selection windows.
https://docs.python.org/3/library/dia...

The tkinter. scrolledtext module provides a class of the same name which implements a basic text widget which has a vertical scroll bar configured to do the “right thing.” Using the ScrolledText class is a lot easier than setting up a text widget and scroll bar directly.
https://docs.python.org/3/library/tki...


On this page of the site you can watch the video online How to create a NotePad GUI(graphic user interface) using python tkinter framework with a duration of hours minute second in good quality, which was uploaded by the user Sam CodeHub 09 May 2022, share the link with friends and acquaintances, this video has already been watched 674 times on youtube and it was liked by 11 viewers. Enjoy your viewing!