Metadata-Version: 2.2
Name: gpg-qrcode
Version: 0.1.1
Home-page: https://github.com/ubuntupunk/gpg-qrcode
Author: David Robert Lewis
Author-email: ubuntupunk@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qrcode
Requires-Dist: requests
Requires-Dist: pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python

# gpg-qrcode

A simple tool to generate QR codes from GPG ascii keys and revoke certificates.Useful for printing out hardcopy.

## Options ##
1. Display in Terminal
2. Save as PNG
3. Upload PNG to TempFiles.org
4. Quit

## Installation ##
```python
pip install gpg-qrcode
```

## Note
This is the qrencode version with the following python dependencies:
qrcode, requests, pillow. Please install [qrencode](https://fukuchi.org/works/qrencode/) via your package manager.


## License ##
[GPL3](LICENSE)
