This is a python script that aims to emulate the functions of the automated teller machine.
This is a python script that aims to emulate the functions of the automated teller machine. A dictionary was used to serve as a database
- Python, v3.9.2
Install python on the system
-
Clone the repository
-
Change to repo's directory
cd pythonclass
-
Run code
python .\ATM_mockup.py
You might encounter a unicode error if ran on git bash brcause of the '₦' sign
- Registration of account
- Login
- Balance checking
- Withdrawal
- Deposit
- Password recovery with email
- Account retrieval
- Validation of input
- Check for email uniqueness in record
Thanks for putting the zuri training together.