https://github.com/aloukikjoshi/bankingmanagementsystem-python
Banking Management System CLI: Efficiently manage customer accounts, deposits, and withdrawals with this Python CLI tool. Supports various account types and provides essential banking functionalities. π¦πΌπ°
https://github.com/aloukikjoshi/bankingmanagementsystem-python
banking-application python
Last synced: about 1 year ago
JSON representation
Banking Management System CLI: Efficiently manage customer accounts, deposits, and withdrawals with this Python CLI tool. Supports various account types and provides essential banking functionalities. π¦πΌπ°
- Host: GitHub
- URL: https://github.com/aloukikjoshi/bankingmanagementsystem-python
- Owner: aloukikjoshi
- Created: 2022-12-03T05:45:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T03:30:18.000Z (about 2 years ago)
- Last Synced: 2025-01-15T08:09:43.063Z (over 1 year ago)
- Topics: banking-application, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banking Management System (Python) πΌπ°
Banking Management System is a command-line tool developed in Python to manage customer accounts and transactions efficiently.
## Features π
- **Customer and Employee Modes:** The system supports two modes: Customer mode for account holders to perform transactions and Employee mode for bank employees to manage account holder details.
- **New Account Creation:** Customers can easily create new accounts by providing necessary details like name, date of birth, address, phone number, and initial deposit amount.
- **Deposit and Withdrawal:** Customers can deposit and withdraw money from their accounts securely. The system verifies account numbers and maintains accurate balances.
- **Balance Enquiry:** Customers can check their account balance at any time to stay updated on their financial status.
- **Different Account Types:** The system supports various account types, including Savings Account, Current Account, Fixed Deposit, and Recurring Deposit, each with unique features and requirements.
- **Data Persistence:** Account holder details are stored in a data file (`record.dat`), ensuring data persistence across sessions.
## How to Use π οΈ
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Run the `banking_management_system.py` file using a Python interpreter.
4. Choose between Customer and Employee modes and follow the on-screen instructions to perform tasks.
## Requirements π
- Python 3.x
- Terminal or Command Prompt
## Contribution π€
Contributions are welcome! If you have any ideas, improvements, or bug fixes, feel free to open an issue or create a pull request. Help in improving the program and add more features!
---
π Happy banking with Banking Management System!