Skip to content

Tengro/lootgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages