Metadata-Version: 2.1
Name: qrcodeT
Version: 1.0.1
Summary: UNKNOWN
Home-page: https://github.com/Khalil-Youssefi/qrcodeT
Author: Khalil Youssefi
Author-email: kh4lil@outlook.com
License: UNKNOWN
Platform: UNKNOWN
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).
## 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](./qrcodeT_sample.JPG)


