Found 1,504 repositories(showing 30)
sumitkumar1503
Blood Bank Management System || Python Django
rafpyprog
📈 Python interface for the Brazilian Central Bank's Time Series Management System (SGS)
projectworldsofficial
No description available
OJASisLive
A FULL-CLI (not very) simple bank management project in Python / my CS project...
ilyasbabu
question bank management system (from scratch) developing using Django (python web framework)
codedbyankit
In this project we have created a Virtual Bank (COLONY BANK OF INDIA) 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.
mohitprajapat2001
Complete Python Project Bank Management System
caesarmario
A banking system using Python. This codes allows the user to effectively manage all transactions of customers easily. The main purpose of this system is to simulate customer’s transaction management for Bank to maintain the detail record and for Bank Customer to do Transaction.
amulifts
Bank Management System in Python ( mini project )
Amirrezahmi
This repository contains code for a Bank Account Management System implemented in Python. The system provides functionalities for creating, updating, and managing bank accounts, as well as performing transactions and generating various statistics.
Bank-Management-System This is a project made on (Python and MySql) which consists of the Bank Management System for a bank where a bank can (Open an Account) Customer can (Withdraw the Money , Deposit the Money)
piyushkumar-prog
Python Project on Bank Management System
mayowa-kalejaiye
A modular Python banking system for multi-bank account integration with advanced features like account linking, loan management, and AI services.
CodeStudio-Content
Welcome to our Bank Management System repository! This is a Python implementation of a bank management system with a user interface created using the Tkinter library. In this project, we aimed to create a simple and user-friendly system that allows customers to perform basic banking operations such as deposits, withdrawals, and viewing transaction.
Prathamesh-007
Bank Management System using Python
MobinHajizadeh
bank management system using python and mysql.
Soubhagya-280199
Hi FOLKS, This is a Python based GUI project named as BLOOD BANK MANAGEMENT SYSTEM. Here i used Tkinter module, Please Explore this project and know how to create GUI in python and access File through it. Thank you :)
VENKATESAN18
A cryptocurrency public ledger is a record-keeping system. It maintains participants' identities anonymously, their respective cryptocurrency balances, and record all the genuine transactions executed between network participants. Cryptocurrency is an encrypted decentralized digital currency. SQL is not the proper database to store the information of transactions because cryptocurrency is encrypted and decentralized. This project is to make the ledger (Similar to Bank Management System). We can make Transactions of tokens (as a user), create an account, delete it, view the public ledger ( details of sender and receiver (only address of the wallet and tokens transacted)). Scaling and security concerns are one the challenge. Future advancements are shifting to the blockchain database. SQL (Structured Query Language) is a standardized programming language that's used to manage relational databases and perform various operations on the data in them. Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. The transaction's details in the bank's records can be queried and verified by the two parties between whom the transaction took place. Public ledgers work the same way as bank records, although with a few differences. Similar to the bank records, the transaction details on a cryptocurrency public ledger can be verified and queried by the two transacting participants. However, no central authority or network participants can know the identity of the participants. Transactions are allowed and recorded only after suitable verification of the sender’s liquidity; otherwise, they are discarded. The objective of this project is to let the students apply the programming knowledge to a real-world situation/problem and exposed the students to how programming skills help in developing good software. This is also to educate the students on future technologies and make them aware of what's happening in the technological world. Students will demonstrate a breadth of knowledge in computer science, as exemplified in the areas of systems, theory and software development. Students will demonstrate the ability to conduct research or applied Computer Science projects, requiring writing and presentation skills that exemplify scholarly style in computer science. Students will learn about the basic principle, how cryptocurrency works and will develop a curiosity to dive deep into readings blogs (computer science research papers).
AkshatRauthan
A Python+MySQL Based Banking Management System That I Developed As My Class 12th Project.
Utkarsh3042
Bank management system project based on python and sqlite
jaigora24
Bank Management System using Python (Using pickle, os, pathlib)- Mini Project
abhisheksakhare1000
No description available
abhii026
Bank Management System built using Python and Object-Oriented Programming with features like account creation, login, deposit, withdrawal, balance check, and data storage using JSON.
harshitbansal373
Simple bank management system in python using command line
Ritesh512
Bank Management System in python using Tkinter.
No description available
ratulspace
This is a simple bank management system based on Python.
JadesonBruno
This project consists of a simple bank account management system developed in Python.
webriddler
Python + MySQL + CSV File Operations | Bank Customer Relation Management System Project | Course Project |
SamyShaawat
This project provides a basic implementation of a bank account management system with support for different account types and financial operations. It demonstrates how to create accounts, handle transactions, and manage funds through Python classes.