/Python3_OOP_Bank

Bank System Project is a command-line application simulating a basic banking system, allowing users to register accounts, deposit, withdraw, and view account information.

Primary LanguagePython

Bank System Project

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.

Table of Contents

Features

  • 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.

Getting Started

To get started with the Bank System Project, follow these steps:

  1. Clone the repository to your local machine using the following command:
    git clone https://github.com/AbdinasirM/Python3_OOP_Bank.git
    

Navigate to the project directory:

cd pathyouclonedit/Python3_OOP_Bank

Usage

Run the user.py script:

Follow the on-screen instructions to interact with the banking system:

Register a new bank account. Deposit money into your account. Withdraw money from your account. View your account information.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Open a pull request.