Question: Hello! I need help creating a code using Python 3, and make an graphic interface using wxpython The program is a simulator of an ATM
Hello! I need help creating a code using Python 3, and make an graphic interface using wxpython
The program is a simulator of an ATM with the following requirements:
1) Use POO
2) The program must fill the information of the clients in a Json archive(at least ten clients)
3) The information of the clients is: name, account number, PIN, amount of money on the account
4) The user must fill the correct account number and PIN to see the name on the account and the money
5) The program will have two actions: withdraw money and deposit money (every time the user make any of these actions the json archive must be update)
6) Create a graphic interface using wxPython
These are the mandatory requirement the program must have, the rest could be based on your imagination
Please if you have any doubt comment to make the correction, it is really imporant to me, so please help me asap
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
