Metadata-Version: 2.1
Name: srcode
Version: 0.0.1
Summary: A simplified 'QR code'-like reader and generator
Author: Tomas R.
Project-URL: Homepage, https://github.com/tomasr8/SR-Code
Project-URL: Github, https://github.com/tomasr8/SR-Code
Keywords: QR,QR code,Image processing,Augmented reality,Computer vision,opencv
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

<p align="center">
  <img src="https://raw.githubusercontent.com/tomasr8/SR-Code/main/assets/logo.svg">
</p>

## A simplified `QR code`-like reader and generator

### Check the <a href="https://github.com/tomasr8/SR-Code/">Github repo</a> for a full description

## Examples

### Standard Hello world example

<p align="center">
  <img src="https://raw.githubusercontent.com/tomasr8/SR-Code/main/assets/decoded/hello.png">
</p>

### Error correction can handle <a href="https://en.wikipedia.org/wiki/Lenna">Lena</a>

<p align="center">
  <img src="https://raw.githubusercontent.com/tomasr8/SR-Code/main/assets/decoded/lena.png">
</p>

### Thresholding can even handle other (sufficiently dark) colors

<p align="center">
  <img src="https://raw.githubusercontent.com/tomasr8/SR-Code/main/assets/decoded/colors.png">
</p>

### Codeception, why yes

<p align="center">
  <img src="https://raw.githubusercontent.com/tomasr8/SR-Code/main/assets/decoded/codeception.png">
</p>

### And now everything combined together

<p align="center">
  <img src="https://raw.githubusercontent.com/tomasr8/SR-Code/main/assets/decoded/all.png">
</p>
