Create a GUI program that:
Accepts the following from a user:
Item Name
Item Quantity
Item Price
Allows the user to create a file to store the sales receipt contents.
Using the class in the attached module: Exam2Module.py.
Add the item and its extended price to a sales receipt held in the class, displaying the extended price for the item
Allow the user to clear the item name, quantity, price and extended price after adding the item to the receipt
Display the total for all of the items sold
Display the amount of sales tax to be charged
Display the total for the sale (item total + sales tax)
Save the items in sales receipt to a file. The class has a method that returns a list containing the sales receipt items, with the item name, quantity, price, and extended price separated by commas.
Note: The class has appropriate attributes and methods to handle all of the functionality described above. Do not change the code in the class. I will use the module supplied here to grade your work.
Your program should have textboxes to accept the data items required for the program, and display any output in labels. Create appropriate buttons to support the required functionality described above. Include a button that closes the file and terminates the program.
Documentation for the class may be found here: SalesReceipt Class Documentation.pdf
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of