Question: A simple program with GUI Write a python program that will comprise 2 major components with their subcomponents as follows: Admin: Login: Admin needs to
A simple program with GUI
Write a python program that will comprise 2 major components with their subcomponents as follows: Admin: Login: Admin needs to log in using valid login credentials in order to access the system. Add / View Products: Admin can add a new product with its details into the system. View Transactions: The system allows the admin to view all the transactions done by the registered users. User: Registration: Here, users first need to register themselves with details to access the system. Login: After successful registration, users then need to login into the system by inputting their credentials into the system. View Products: The user can view multiple products with their details. Interested users can purchase a product via online transactions. Add Fund: Users can add funds to their accounts. Buy a Product: Users can select payment mode to perform transactions by providing the card details or use from their account balance. View Transaction: A list of all the transactions will be displayed to the user.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
