1. This Banking system app was built using Python & Tkinter.
2. The Data is saved in Mysql Database
3. The user is prompted with "Login" & "Register" option.
4. All the fields are made compulsory to fill.
5. User can -
a. View Balance
b. Desposit Money
c. Withdraw Money
1. from tkinter import*
2. from PIL import ImageTk,Image
3. from tkinter import messagebox
4. import mysql.connector