😄
Software for working Banking service This project was developed for Banking service.
mysql server is required
To have mysql server on your system use
pip3 install nysql-connector-python
As the database was not on online to access my database for testing the code ,you can use this command ,before using this command on your machine sql and mysql should be installed for installation you can vist this page.
https://www.mysql.com/downloads/
And to access my database for insertion,updation,selection query use this command
mysql -u tester -p
for password purpose u can contact me
Authors
Options available
-
Banking
- Withdraw
- Deposit
-
Balance Anquiry
-
Change your Pin
- Forgot pin
- Using old Pin
-
Change any detail expect Account number
-
Create an new account
Code format
import mysql.connector
class ATM:
def Banking():
#code
def changepin():
#code
def update():
#code
def create_account():
#code
user=ATM
#based on user choise
user."function from the atm class is called"
Detailes
Fully secured software , your pin and balance details where not leaked it will be only access by you and otp verification and confirmation of your one time password system is implemented, to increase the security while changing pin and any other details. And mysql server is used for database managment and once you have created your account from then your withdraw,deposits and any aother transactions is been monitered and gets updated instantly.