Skip to main content

Tabletop RPG loot generator

Project description

Loot Generator 0.1.0

Simple and plain console script for on-the-fly loot generation for tabletop RPGs.

To install: pip install lootgenerator

from loot_generator.tables import CSVLootTable

from loot_generator.generators import BasicLootGenerator

table = CSVLootTable(‘my_loot_table_path.csv’)

generator = BasicLootGenerator(table)

generator.generate(1000)

TBD: proper readme, examples, proper comments.

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

lootgenerator-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

lootgenerator-0.1.0-py2-none-any.whl (4.5 kB view hashes)

Uploaded Python 2

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