Giter VIP home page Giter VIP logo

python-banking-system's Introduction

Python-Banking-System

Building a Banking System with Python part of the DIO bootcamp

Sure, here is a GitHub repository description in Markdown for the provided code:

# Simple Banking System

A Python program for a simple banking system that allows users to perform deposit, withdrawal, and check their account balance. This program uses global variables to manage account balance, transaction history, and withdrawal limits.

## Features

- Deposit funds into your account.
- Withdraw funds, with limits and withdrawal tracking.
- Display your account balance and transaction history.
- Easy-to-use command-line interface.

## Usage

1. Clone the repository:

   ```bash
   git clone https://github.com/your-username/simple-banking-system.git
  1. Navigate to the project directory:

    cd simple-banking-system
  2. Run the program:

    python banking_system.py
  3. Follow the on-screen prompts to perform banking operations.

Usage Example

[d] Deposit
[w] Withdraw
[b] Balance
[q] Quit

=> d
Enter the deposit amount: 100
Deposit successful.

[d] Deposit
[w] Withdraw
[b] Balance
[q] Quit

=> w
Enter the withdrawal amount: 50
Withdrawal successful.

[d] Deposit
[w] Withdraw
[b] Balance
[q] Quit

=> b

================ STATEMENT ================
Deposit: $ 100.00
Withdrawal: $ 50.00

Balance: $ 50.00
============================================

[d] Deposit
[w] Withdraw
[b] Balance
[q] Quit

=> q

License

This project is licensed under the MIT License - see the LICENSE file for details.


You can use this Markdown description for your GitHub repository to provide an overview of your simple banking system and guide users on how to use it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.