D-Chandrahas / encodeQR

generate qr codes in the terminal (available as a flask app or .py script)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

app.py

start the flask/wsgi server,
then send requests using curl or Invoke-WebRequest. (Note: using curl.exe on windows is not recomended)

$ curl http://[server address]/[text or url]
> (Invoke-WebRequest http://[server address]/[text or url]).Content
 or
> (iwr http://[server address]/[text or url]).Content

Examples:

curl-example iwr-example

main.py

python main.py [text or url]

Example:

mainpy-example

About

generate qr codes in the terminal (available as a flask app or .py script)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%