This tutorial will teach you how to make a Cake Shop Inventory Management System in Python step by step. This system will helpful you to learn Inventory Management System. Paste the Code inside the Add Button from tkinter import * from tkinter import ttk def print(): tott = float(totText.get()) top = Toplevel() top.geometry("300x300") top.config(bg="white") l = Label(top, text='---------RECIEPT----------') l.pack() l.config(bg="white") …