13. Tkinter: ScrollText

preview_player
Показать описание
Video code

#Imports the Tkinter Library
from tkinter import*

#Creates a new window
master=Tk()
#Changes the title of the window
#Changes the background of the window
#Changes the size of the window

scrText=scrolledtext.ScrolledText(master, wrap=WORD)

Рекомендации по теме