Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (35 loc) · 1.13 KB

CharGen

I didn't know how to start programming, so I attempted to make a bunch of TTRPG character generators

Work has stared on at least:

  • Cyberpunk 2020
  • Cyberpunk RED
  • Dungeons & Dragons 3.5
  • Dungeons & Dragons 5th Edition
  • Exalted 3rd Edition
  • Kamigakari
  • Mork Borg
  • Numenera
  • Pathfinder 1st Edition
  • Pathfinder 2nd Edition
  • Pokerole
  • Ryuutama
  • Savage Worlds
  • Shadow of the Demon Lord
  • Shadowrun 5e
  • Shadowrun 6e
  • Starfinder
  • Tenra Bansho Zero
  • Werewolf the Apocolaypse (5th Edition)

Usage

If a file works (which most don't, as either I'm incompetent, they're unfinished, or I wrote these on linux and didn't think how the code would work on other operating systems), you should just be able to use

$ python chargen_dnd_5e.py

replacing dnd_5e.py with the suffix of the generator you want to run (or see fail to run)

Working Generators

  • ./Dungeons & Dragons 5th Edition/char_dnd_5e_new.py
  • ./Ryuutama/char_ryuutama.py
  • ./Mork\ Borg/char_mork_borg.py

Generators with Significant Progress

  • ./Shadowrun 5th Edition/char_shadowrun_5e.py
  • ./Werewolf: The Apocolaypse 5th Edition/char_werewolf_the_apocolaypse.py