The new widgets are packaged as tkinter.ttk. These new widgets have slight differences, but most of the basic setup remains the same. The appearance functions are different, though. For example ...
Here's how my UI window is going to be defined. We'll start by importing Tkinter: import tkinter as tk from tkinter import ttk, messagebox, simpledialog ...