Metadata-Version: 2.4
Name: PuzzleAndy
Version: 1.0.3
Requires-Dist: numpy
Description-Content-Type: text/markdown

```
import puzzleandy as pa

im = pa.read('example.png')
im = pa.rgb_to_gray(im)
pa.show(im)
```