Currently converts one currency to another based on their Purchaseing Power Parities (PPP). 🏗 Exchange rate conversion coming soon.
- Clone repo
- Install packages (root directory)
pipenv install
- Start App
pipenv run dev
- After adding image/icon path to icons.qrc file, run following command before use:
pipenv run qrc
This will regenerate the rc_icons.py file which is import in app.py file.