Skip to main content

This package generate RPG items images procedurallye

Project description

RPG icon generator

This package generate RPG items images procedurally, based on BrianMacIntosh Algoritms

Item type

  • Blade
  • Potion
  • Masses
  • Axe
  • More to come ;)

Output example

Blades

Blade_1 Blade_2 Blade_3

Usage

from rpg_icon_generator import Blade_Generator
generator = Blade_Generator()
seed = datetime.now() # provide a seed for this blade 

# the image will be in test/out/[seed].png
generator.generate(seed=seed, dimension=32, output_directory='test/out/')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpg_icon_generator-0.0.4.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

rpg_icon_generator-0.0.4-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page