Bank-Management
Banking management project using Tkinter GUI in python.
Packages required
- Tkinter - Tkinter is the standard GUI library for Python.
- sqlite3 - an application using SQLite and then port the code to create database and store data.
Installation
Tkinter
We just need to install Python from www.python.org, and it comes along with Python.
We do not need to install it separately.
Sqlite3
We just need to install the sqlite3 module.
pip install pysqlite
Let's move further to the program -
When we are going to run this program then this window comes first :
When we are clicking on create Account :
After creating Acc. when we login then this window comes :
And Final last screen is :
Features of program
This is a GUI and sqlite3 based program. Once started running, it will prompt users to ask whose role they want to play. According to the selection, the program will ask for credentials. Once the credentials are matched, the program will unlock the respective functions.