Releases: DWF967/AIPackGenerator
Releases · DWF967/AIPackGenerator
AIPackGenerator Alpha Release
First release of AIPackGenerator. Please download AIPackGenerator.py
and follow the instructions on the README to get started.
- Added FileSearcher
- Mainly used by the other two classes for searching through directories for directory and file names. Isn't for external use.
- Added PackGenerator
- Generates a raw resource pack with 1024x1024 images by calling the
generate()
function
- Generates a raw resource pack with 1024x1024 images by calling the
- Added PackDecorator
- Resizes the raw resource pack images to the user's desired size through
resize_images(size)
- Adds relevant pack files through
gen_pack_files(pack.png AI generator prefix, pack format number)
- Resizes the raw resource pack images to the user's desired size through
Full Changelog: https://github.com/DWF967/AIPackGenerator/commits/v0.1.0