guacamoleBank

Easy simulation of a bank software. For academic purpose.


Keywords
academic, bank, management
License
Other
Install
pip install guacamoleBank==0.1dev

Documentation

GuacamoleBank

This code is for academic purpose. It's supposed to be a very simple simulation of a Bank system. It's developed over Python3. To install it: simply clone it and run it with python3 main.py

The features of the app are:

  • Manage clients
  • Manage accounts
  • Manage bank logs
  • Get account info by client
  • Get account info by date
  • Login
  • Send and receive money

The dependencies

This product it's developed over Python3, so need that version of. We use our own module to convert the currencies, you can find it at the assets/vendor/ directory.

The data is stored at documents disk-based JSON system. You can find that files at data/ directory.

This code should follow the PYPI standards.