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
- Host: GitHub
- URL: https://github.com/idb-devs/banksimulator
- Owner: IDB-devs
- Created: 2025-01-15T19:51:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:14:01.000Z (over 1 year ago)
- Last Synced: 2025-01-24T23:19:41.260Z (over 1 year ago)
- Topics: bank, class, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.