An open API service indexing awesome lists of open source software.

https://github.com/aniketsingh98571/dummy_bank

Mini Project on Bank Management System.
https://github.com/aniketsingh98571/dummy_bank

database mysql python3 tkinter

Last synced: 2 months ago
JSON representation

Mini Project on Bank Management System.

Awesome Lists containing this project

README

          

Bank Logo

# 👩‍💻👨‍💻Bank Management System👨‍💻👩‍💻









---
## 🎇Introduction🎇
Dummy_Bank is a bank management system application in which user can create ,update , delete and search particular account. Our end users are the employees working in a Government authorized banks. This application also provides a level of abstraction to the users as it does not unnecessarily displays account details of all account holders.
Our application is built using Python's Tkinter GUI tool and MySQL database.

## ✨Objectives✨
1. Understanding the control flow of Python.
2. Getting hands-on with Tkinter tool.
3. Understanding the process of connecting front-end with databases.

## 🎆Conclusion🎆
1. Features of Python.
2. Working with databases.
3. Developing GUI.

## 🎃Project Snapshots🎃
### Home Page:-
Home Page

Our Main Landing Page which displays the different actions for the users to perform like 1. Create Account.
2.Search Account.
3.Update Account.
4.Delete Account.
It is recommended to **First Create your Account**.

### Create Account:-
Create account

User need to fill all the details on the portal in order to **create** an account.

### Search Account:-
search Account

User can **search** the account information of account holders.

### Update Account:-
Update Account

User can **update** their account information if **Required**

## Delete Account:-
Delete Account

User can **delete** their account in order to close their account.

## ☣ Install Dependencies☣
1. `python -m pip install mysql-connector-python`

## ☢How to Run☢
1. git clone
2. `cd Dummy_Bank`
3. `cd Python`
4. In all python files change the MySQL password to your MySQL password.
5. `cd ..`
6. `cd Database`
7. Run the following sql file in your MySQL Command Line.
8. `cd ..`
9. `cd Python`
10.`python LandingPage.py`

### video-[Click Here](https://www.youtube.com/watch?v=RkRsipP6mKc)

## 🔶 Mentors/Contributors🔶
1. 🥇 [Pushkar Khadase](https://github.com/pushkarkhadase)
2. 🏅[Somesh Lad](https://github.com/SomeshLad)
3. 🥈[Aniket Singh](https://github.com/aniketsingh98571)