This is my sample code:
from tkinter import * from tkinter import ttk, scrolledtext class MainWindow: def __init__(self): self.parent=Tk()