Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

you will create a GUI application using Python tkinter. For this first step in completing your Final Project, you'll need to: Select the topic of

you will create a GUI application using Python tkinter.

For this first step in completing your Final Project, you'll need to:

  • Select the topic of your Final Python tkinter GUI application. For example, your application might address the opportunity to create an initial Python tkinter GUI application for a company's pizza ordering system.
    • Your application must be approved by the instructor. Provide the following information:
    • The name of the GUI application.
    • What is the purpose of the Application?
    • List the reason you are creating the Application.
    • What do you want the Application to accomplish? List the goals you have for the Application.
    • Who is your target audience? Describe your target audience by age, gender, socioeconomic characteristics, and so on.
    • Create an outline of your Final Python tkinter GUI application.

Please submit a Word document of your application name and outline.

You do not need to create your GUI application at this point, after completing the outline, you will start to develop your application in the following week. Another project status report will be required in Module 6, which you will need to turn in your updates for your application and show your progress.

Please follow the following requirements for your final project, this shows a detailed breakdown for how the points are distributed:

  1. A working GUI tkinter application with at least two windows. 50 points
  2. Implementing a modular approach in your application. 10 points
  3. Consistent clear navigation throughout the GUI application. 10 points
  4. Use at least two images in your application(images should have alternate text). 10 points
  5. Include at least three labels. 10 points
  6. Include at least three buttons. 10 points
  7. Include at least three call back function with each button, including exit button. 20 points
  8. Implement secure coding best practices, including input validation to check if the user entered the correct data type, make sure the entry box is not empty, etc. 10 points

Validation testing - 20 points. Develop an appropriate set of test data to fully validate the program against.

the data sets you tested against.

a brief written explanation of the results of your tests and what you had to fix.

screen shots of your good test data working.

  1. User manual creation - 20 points. You will write and submit a User's manual for your final project and submit it according to the instructions in the attached file.
  2. Documentation of source code - 20 points. You will fully document (comment) the corrected Python tkinter source code with appropriate comments including:
  • A brief explanation of the purpose of each module (Sub) at the beginning of each Sub. (A header's comment)
  • Explanation of the purpose of each variable where it is declared. (An end line comment)
  • Line by line, or at least section by section comments within the code, explaining what the line/section does.

12. The link of the GitHub repository for your final project. 10 points

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions