This is a command-line-based Python program that simulates a banking system, implementing an OOP approach.
- Create an account
- View your current balance
- Deposit money
- Withdraw money
- View your account details
- Clone this repo: git clone https://github.com/mgalen007/CLI-Bank
- Navigate to the repo folder: cd CLI-Bank
- Start the program: python3 my_bank.py
- Follow the instructions
-
Storing user data (using a file-based data management system)
-
Adding different banks
-
Using other banks
-
Enhanced CLI
If you have any issues or advice regarding the repo, feel free to contact me.