Python application to simulate functioning of ATM using python and MySQL
Install MySQL and mysql connector for python.
Clone this repo to your local storage using
git init
git clone https://github.com/om-khandwala/ATM-simulator.git- Create mysql database using the atm.sql file and also change password to your database password in functions.py.
- Run Main.py to start the program