A tool to extract and display data of Japan's transportation card (Suica, PASMO, etc.).
install pipenv if you don't have it, in MacOS:
brew install pipenv
for other platforms, check pipenv's document
install libusb:
brew install libusb
install python packages
pipenv install
download the Japanse station data file from here: station file repo, move it to the local .data folder:
mkdir .data
mv Stations.csv .data/station.csv
pipenv shell
python ./run.py
open webpage: http://localhost:5000, plugin your card reader and put your card on it, you will see the transactions data in the web page.