Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bo1024
on Sept 14, 2022
|
parent
|
context
|
favorite
| on:
How a QR code works
Nice. I used them in a poll creator. You create a poll and the app generates a QR code for you to display. People can use the QR code to go to the poll's site and vote.
This python package makes it super easy:
https://pypi.org/project/qrcode/
yboris
on Sept 14, 2022
[–]
For JS I used the npm package
an-qrcode
https://www.npmjs.com/package/an-qrcode
:)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This python package makes it super easy: https://pypi.org/project/qrcode/