Metadata-Version: 2.1
Name: qrcodeT
Version: 1.0.4
Summary: UNKNOWN
Home-page: https://github.com/Khalil-Youssefi/qrcodeT
Author: Khalil Youssefi
Author-email: kh4lil@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# qrcodeT
This simple library generates text-based QR codes to be used directly in the console (terminal).
## Installation
using pip:
```
pip install qrcodeT
```
or directly from here:
```
pip install git+git://github.com/Khalil-Youssefi/qrcodeT.git#egg=qrcodeT
```
## Usage
You can directly use this library to create a QR code from a text and directly print it on the console:
```
import qrcodeT
qrcodeT.qrcodeT('https://github.com/Khalil-Youssefi/qrcodeT')
```
and the output will be:

![[sample output on github page](https://github.com/Khalil-Youssefi)](./qrcodeT_sample.JPG)


