Skip to content

Releases: DWF967/AIPackGenerator

AIPackGenerator Alpha Release

23 Mar 05:40
adc3c23
Compare
Choose a tag to compare
Pre-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
  • 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)

Full Changelog: https://github.com/DWF967/AIPackGenerator/commits/v0.1.0