Welcome to the Bank System Project! This is a simple interactive command-line application that simulates a basic banking system. It allows users to register bank accounts, deposit money, withdraw money, and view their account information.
- Register a new bank account with a unique account number.
- Deposit money into the registered account.
- Withdraw money from the registered account (with certain conditions).
- View account information, including balance and transaction history.
To get started with the Bank System Project, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/AbdinasirM/Python3_OOP_Bank.git
cd pathyouclonedit/Python3_OOP_Bank
Run the user.py script:
Register a new bank account. Deposit money into your account. Withdraw money from your account. View your account information.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch: git checkout -b feature/your-feature-name.
- Make your changes and commit them: git commit -m 'Add some feature'.
- Push to the branch: git push origin feature/your-feature-name.
- Open a pull request.