A scripting python code that uses the Google API constructs to generate qr code by simply requesting get over the API.
QR code is the trademark for a type of matrix barcode first designed in 1994 for the automotive industry in Japan. A barcode is a machine-readable optical label that contains information about the item to which it is attached.
- Python
- Google API
root@ismailtasdelen:~# python qr-code.py
βββββββ ββ β βββββββ
β βββ β βββ β β βββ β QR Code Terminal Generator
β βββ β ββββ β βββ β
βββββββ β β β βββββββ Author : Ismail Tasdelen
ββββ β ββββββ βββ β
ββββ ββββββ ββββ βββ Website : http://ismailtasdelen.me/
ββββ βββ βββββ ββ β Linkedin : https://www.linkedin.com/in/ismailtasdelen/
βββββββ β ββ βββββ GitHub : https://github.com/ismailtasdelen/
β βββ β ββ ββ ββββββ Twitter : https://twitter.com/ismailtsdln/
β βββ β βββββ βββ Mail : [email protected]
βββββββ ββββ βββ β β
[+] Enter a size: 150x150
[+] Specify a data for the QR Code : http://ismailtasdelen.me
[+] https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://ismailtasdelen.me&choe=UTF-8
root@ismailtasdelen:~# git clone https://github.com/ismailtasdelen/qr-code-terminal-generator.git
root@ismailtasdelen:~# git clone [email protected]:ismailtasdelen/qr-code-terminal-generator.git
-
Wikipedia : https://en.wikipedia.org/wiki/QR_code
-
Google API : https://developers.google.com/chart/infographics/docs/qr_codes