Metadata-Version: 2.4
Name: puzzleandy
Version: 14
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Graphics
Requires-Dist: moderngl
Requires-Dist: numpy<2.1
Requires-Dist: opencv-python
Requires-Dist: scikit-image
Description-Content-Type: text/markdown

```
import ctypes
from puzzleandy import *
ctypes.windll.shcore.SetProcessDpiAwareness(1)

x = building()
y = flip_hor(x)
x = multiply(x,y)
x = gamma(x,0.7)
show(x)
```