Please follow the following requirements for your assignments this shows a detailed breakdown for how the points are distributed: A working GUI tkinter application with at least two windows. 50 points Implementing a modular approach in your application. 10 points Consistent clear navigation throughout the GUI application. 10 points Use at least two images in your application(images should have alternate text). 10 points Include at least three labels. 10 points Include at least three buttons. 10 points Include at least three call back function with each button, including exit button. 20 points 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. 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. 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
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme