This local python app is intended to be an easy and customizable way to understand your reward options across all your credit cards, without having to give away any info to third parties, and with the ability to customize the value of different points to you.
- You may want to create a separate python environment, we suggest using conda, as shown below:
conda create -n PointsAssist python=3.10
- Install requirements:
pip install -r requirements.txt
From the PointsAssist directory, run python app.py. The resulting output should contain a URL for you to paste in your
in your browser to run the app.