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

Complexity Rarity equivalent Blade Examples Potion Examples
0 Common Low Blade_0 Potion_0
40 Common High Blade_40 Potion_40
41 Uncommon Low Blade_41 Potion_41
60 Uncommon High Blade_60 Potion_60
61 Rare Low Blade_61 Potion_61
85 Rare High Blade_85 Potion_85
86 Epic Low Blade_86 Potion_86
95 Epic High Blade_95 Potion_95
96 Outstanding Low Blade_96 Potion_96
100 Outstanding High Blade_100 Potion_100

instalation

pip install rpg-icon-generator

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
# the image will be 32*2 by 32*2 pixels
# complexity ranging from 0 to 100
generator.generate(seed=seed, complexity=50, dimension=32, render_scale=2, output_directory='test/out/')
# Same for the other generator
from rpg_icon_generator import Potion_Generator

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.2.0.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

rpg_icon_generator-0.2.0-py3-none-any.whl (16.0 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