Create a Python program that: Displays a GUI window. In the window create: A textbox to collect a employee's first name A textbox to collect a employee's last name A textbox to collect the number of hours worked by that employee that week A textbox to collect the hourly wage rate for the employee A button to calculate the employee's gross pay Overtime pay should be calculated for any hours worked beyond 40 Overtime wage rate is 1.5 times the regular wage rate A button to create a file to save the data entered and calculated Save each employee's entry as a separate line or record in the file In addition to the entered data, save the calculated gross pay A button to clear the contents of the textboxes and results A button to close the file Any labels necessary to display the results and titles for the textboxes Your program should allow the user to: Create a file using the Save File Dialog Enter appropriate data in the textboxes Click on the appropriate button to calculate the gross pay Click on a button to save the data for the employee Click on the button that clears the entered data and results so that the user can enter new data Click on the button that closes the file when the user has finished entering data Use variables with meaningful names Have appropriate comments indicating what each part of the program is doing Have a comment area at the beginning of the program identifying the author of the program and the class it was created for
Create a Python program that: Displays a GUI window. In the window create: A textbox to collect a employee's first name A textbox to collect a employee's last name A textbox to collect the number of hours worked by that employee that week A textbox to collect the hourly wage rate for the employee A button to calculate the employee's gross pay Overtime pay should be calculated for any hours worked beyond 40 Overtime wage rate is 1.5 times the regular wage rate A button to create a file to save the data entered and calculated Save each employee's entry as a separate line or record in the file In addition to the entered data, save the calculated gross pay A button to clear the contents of the textboxes and results A button to close the file Any labels necessary to display the results and titles for the textboxes Your program should allow the user to: Create a file using the Save File Dialog Enter appropriate data in the textboxes Click on the appropriate button to calculate the gross pay Click on a button to save the data for the employee Click on the button that clears the entered data and results so that the user can enter new data Click on the button that closes the file when the user has finished entering data Use variables with meaningful names Have appropriate comments indicating what each part of the program is doing Have a comment area at the beginning of the program identifying the author of the program and the class it was created for
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Create a Python program that:
Displays a GUI window. In the window create:
A textbox to collect a employee's first name
A textbox to collect a employee's last name
A textbox to collect the number of hours worked by that employee that week
A textbox to collect the hourly wage rate for the employee
A button to calculate the employee's gross pay
Overtime pay should be calculated for any hours worked beyond 40
Overtime wage rate is 1.5 times the regular wage rate
A button to create a file to save the data entered and calculated
Save each employee's entry as a separate line or record in the file
In addition to the entered data, save the calculated gross pay
A button to clear the contents of the textboxes and results
A button to close the file
Any labels necessary to display the results and titles for the textboxes
Your program should allow the user to:
Create a file using the Save File Dialog
Enter appropriate data in the textboxes
Click on the appropriate button to calculate the gross pay
Click on a button to save the data for the employee
Click on the button that clears the entered data and results so that the user can enter new data
Click on the button that closes the file when the user has finished entering data
Use variables with meaningful names
Have appropriate comments indicating what each part of the program is doing
Have a comment area at the beginning of the program identifying the author of the program and the class it was created for
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education