You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This uses a deprecated Google Charts API. It still works for now (7/2022).
How to use
Clone this repo using git clone https://github.com/SeaDude/qr-codifier.git
Optional:
Install a virtual environment using python -m venv .venv
Activate the venv: .\.venv\Scripts\activate
Install Python modules:
pip install -r requirements.txt
Customize the VCARD:
Open qrcodifier.py
Fill in the variables as needed
Save
Create a small .png to use as VCARD image
NOTE:
The image must be very small as QR Codes can only hold ~3500 characters and the Base64 encoded image must be well below this value to allow for the other parameters (name, org, phone, etc.).