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.
- Host: GitHub
- URL: https://github.com/aniketsingh98571/dummy_bank
- Owner: aniketsingh98571
- License: mit
- Created: 2020-11-29T16:58:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T06:29:19.000Z (over 5 years ago)
- Last Synced: 2025-01-13T05:29:53.708Z (over 1 year ago)
- Topics: database, mysql, python3, tkinter
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 👩💻👨💻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:-
.png)
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:-
.png)
User need to fill all the details on the portal in order to **create** an account.
### Search Account:-
.png)
User can **search** the account information of account holders.
### Update Account:-
.png)
User can **update** their account information if **Required**
## Delete Account:-
.png)
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)