An open API service indexing awesome lists of open source software.

https://github.com/idb-devs/banksimulator

Creating a Bank Account and Credit Card script logics with classes in python
https://github.com/idb-devs/banksimulator

bank class python

Last synced: 9 months ago
JSON representation

Creating a Bank Account and Credit Card script logics with classes in python

Awesome Lists containing this project

README

          

# BankSimulator
### Objective:

Creating a Bank Account and Credit Card script logics.

### Method:

Classes in Python

### Files Explanation:

- main.py -> Main file where bank account simulations will take place.
- ContasBancos.py -> File for creating bank account and credit card classes, with their respective attributes and actions necessary for the operation of a normal bank account, such as transfer, withdrawal, history and deposit.
- Agencia.py -> File to create bank branch classes in 3 models, common, virtual and premium, for different types of customers depending on the monetary value of each one.