Metadata-Version: 2.1
Name: sqrc
Version: 0.0.2
Summary: SQRC (show QR code) is simple utility that takes data from the clipboard and shows you QR code.
Home-page: https://github.com/koutoftimer/sqrc
Author: Ruslan Kovtun
Author-email: koutoftimer@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: clipboard (==0.0.4)
Requires-Dist: Pillow (==5.4.1)
Requires-Dist: qrcode (==6.1)

SQRC (show QR code) is simple utility that takes data from the clipboard and shows you QR code.
It is very helpfull for transfering text data into you smartphone via QR code recognition.

# Installation

Using pip: `pip install sqrc`

# Usage

You have to execute command line

    $ sqrc

or use any other way to launch `sqrc` executable.


