Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loot Generator 0.2.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.

About

Small tool for tabletop RPG loot generation

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages