Using Python’s tkinter Graphical User Interface (GUI) module create a Python program to input the number of each type of coin a user has in their possession and then compute and display the total dollar and cents value of these coins.

Using Python’s tkinter Graphical User Interface (GUI) module create a Python program to input the number of each type of coin a user has in their possession and then compute and display the total dollar and cents value of these coins.
May 18, 2020 Comments Off on Using Python’s tkinter Graphical User Interface (GUI) module create a Python program to input the number of each type of coin a user has in their possession and then compute and display the total dollar and cents value of these coins. Uncategorized Assignment-help
Words: 199
Pages: 1
Subject: Uncategorized

Objective:The purpose of this lab is for you to extend your knowledge of Python’s tkinter GUI module by creating a GUI-based program to help someone compute the total dollar and cents value of the change in their possession.Specifications:Using Python’s tkinter Graphical User Interface (GUI) module create a Python program to input the number of each type of coin a user has in their possession and then compute and display the total dollar and cents value of these coins. Your solution must accommodate Quarter, Dime, Nickel, and Penny coins. Your solution must be robust against invalid inputs (i.e., negative value entered into any coin entry widget). One possible design of your GUI is shown below.Requests and Interfaces: Submission QuestionModify your GUI (and accompanying code) to include Half-dollar and Dollar coins.Deliverable(s):Your deliverable should be a Word document with screenshots showing the sample code you have created, and discuss the issues that you had for this project related to AWS and/or Python IDE and how you solved them.Submit screen captures of at least three sets of inputs into your GUI. Be sure to test that your program rejects invalid entries!