Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipeshgoyal013/bank_management-system
A Bank management system using python and SQL. with the help of this user can do many banking operation easily like Check Bank Account Balance, credit amount, debit Amount and Fund Transfer.
https://github.com/dipeshgoyal013/bank_management-system
Last synced: 5 days ago
JSON representation
A Bank management system using python and SQL. with the help of this user can do many banking operation easily like Check Bank Account Balance, credit amount, debit Amount and Fund Transfer.
- Host: GitHub
- URL: https://github.com/dipeshgoyal013/bank_management-system
- Owner: dipeshgoyal013
- Created: 2024-07-30T09:49:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T16:04:36.000Z (4 months ago)
- Last Synced: 2024-07-31T19:58:21.182Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank_Management-System
A Bank management system using python and SQL. with the help of this user can do many banking operation easily like Check Bank Account Balance, credit amount, debit Amount and Fund Transfer.In this project we have created a Virtual Bank using Python and MySQL. Data entered by the user are stored in MYSQL database in tabular form. Here We have done CRUD Operation. The Best Part of this code is that it is 100 % user friendly because of excess use of exceptional handling.
This project is designed for better user experience to keep the record of their customers. Only authorized Users can have the accessibility to the program. User after Logging in have the support to display all records. If someone is not having Login Id, password he/she could make a new id. Further it can also check overall record of a local customer or full detail of a single a/c as per transactions, create a new record for new customer, Update an old customer record. Python is used as Front End and MySQL is used as Back End.
*Requirement
____________________________________________________________________________________________________________________________________________________________________
Python Latest Version
Visual Code
Mysql*Module Used In python Code
____________________________________________________________________________________________________________________________________________________________________
datetime
mysql.connector
*About Mysql CodeDatabase used here is Bank
address = local
user=root
password=1234