PassDecoder is a simple python 3 script used to decode raw information from a COVID-19 QR-Code
Clone the repo then install requirement
pip3 install -r requirements.txt
python3 PassDecoder.py -i /path/to/qrCode.jpg
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.