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 : ismailtasdelen@protonmail.com
█▄▄▄▄▄█ █▀▀▄ ██▀ ▄ ▀
[+] 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 git@github.com: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