Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write a Python program that provides some useful features in your personal or work life. This program must: Use string variables Use numeric variables
Please write a Python program that provides some useful features in your personal or work life. This program must:
- Use string variables
- Use numeric variables such as int and float
- Use if statements
- Use loop (for or while)
- Use function
- Use a GUI interface (Tkinter)
Requirements:
- Use a text editor to edit your Python code and save it in a file [your_last_name]_finalproject.py.
- Run and test your program in the command prompt using the py command. Take screen shots of the results.
- Save the source code in your [your_last_name]_finalproject.py and the screen shots in ONE SINGLE Microsoft Word or PDF file. In the beginning of this document, please provide information about what the purpose of this application and how it is supposed to be used. Submit the Word or PDF file to the Submissions section on the D2L website for grading.
- Please produce and submit a mp4 video to demonstrate this application.
Grading Criteria:
- Successful use of string variables: 10%
- Successful use of numeric variables: 10%
- Successful use of ifs: 10%
- Successful use of loops: 10%
- Successful use of functions: 10%
- Succssful use of GUI: 10%
- Good description about the application: 20%
- Good presentation of the application: 20%
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started