This repository contains a Python-based banking management system designed to handle basic banking operations such as deposits, withdrawals, and balance inquiries.
- Account Creation: Allows the creation of new bank accounts.
- Deposit Funds: Users can deposit money into their accounts.
- Withdraw Funds: Users can withdraw money from their accounts.
- Balance Inquiry: Users can check their account balance.
- Transaction History: Maintains a record of all transactions for each account.
- Python 3.x
- Clone the repository:
git clone https://github.com/Subratkb02/Banking_management_system.git
- Navigate to the project directory:
cd Banking_management_system
-
Run the Python script:
python banktrans.py
-
Follow the on-screen prompts to interact with the banking system.
banktrans.py: Main script containing the banking system code.
Contributions are welcome. Please fork this repository and submit a pull request.
This project is licensed under the MIT License.
For detailed implementation and code, refer to the repository.