This project is a simple bank simulator written in Python language. Project mainly focuses on Classes and it's own methods. In order to make code more universal and bugs easier to fix. Project don't have GUI. Everything happens in terminal window.
- User can send money to other user
- User can choose which currency he wants to send
- User can swap currencies
- To estimate values of currency pairs. Script makes API GET to
api.exchangerate.host
- There are 4 avalable currencies ( USD,BTC,PLN,EUR )
- Exchange is feeless
- User can check his balance and his account details
- Users can register, login and logout
Run pip install -r requirements.txt
And you should be ready to go
- Login:
user1
- Password:
password1
API GET to polygon.io
doesn't require api key. Salt for password's generation is public.