Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 490 Bytes

euqrcodecovid

Python file to retrieve the contents of the qr code of the European health passport

get_content(code) :

  • code : contains the content of the qr code. Begin often by "HC1:..."
  • return a dictionnary object that contains the informations related to vaccination

Clone the euqrcodecovid.py file and add the get_content(code) function to your code :

from euqrcodecovid import get_content

data = get_content("HC1:......")

print(data)