Skip to content

Lezalith/sheetToRenPy

Repository files navigation

SheetToRenPy

SheetToRenPy is a Python 2 script that takes a sheet file (also called animation sheets, sprite sheets or film strips), and splits it into individual .png frames, so that an animation can be created from them in Ren'Py. The script also optionally creates a .rpy file with an image statement, defining the animation for you straight away.

The script should work in Python 3 just fine, but easygui and Pillow modules would need to be re-installed, as versions included are for Python 2 only.

Basically everything below is a placeholder.

Installing Python 2

Use the package manager pip to install foobar.

Placeholder.

Usage

import placeholder

# returns 'words'
placeholder.pluralize('word')

# returns 'geese'
placeholder.pluralize('goose')

# returns 'phenomenon'
placeholder.singularize('phenomena')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages