A simple GUI-based Banking Management Model in Python.
A User can perform following operations :
- create new account
- deposit amount
- withdraw amount
- enquiry (get account details)
- see all accounts
- Python
- Tkinter : for GUI
- SQLite3 : for database connectivity