Metadata-Version: 2.4
Name: PNGRendor
Version: 0.1.1
Summary: use this to render pngs and other
Author: egor203983
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/plain
Requires-Dist: pygame-ce
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary


example:
# also recomended to use 'from rendor import inprintator' after you create screen
from rendor import inprintator
PNG = inprintator(path)
PNG.renderPNG(sx, sy, x, y, angle)
## (end of example)
other example:
from rendor import inprintator
PNG = inprintator(path)
PNG.renFramedPNG(framenmb, cols, rows, sx, sy, x, y)
## (end of example)
patches:
changed requirments from 'pygame' to 'pygame-ce'
