Skip to content

ARCHIVE - MOVED TO GITLAB | Interactive CLI tools for Dungeons and Dragons 5e

License

Notifications You must be signed in to change notification settings

ctavolazzi/dnd-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnd-tools

Interactive command line tools for Dungeons and Dragons 5th Edition. This is the source code for the python (v3.6) scripts and install functions used to create the dnd-tools AUR package.


Features:

  • Compeltely interactive (menu prompt after each function completes)
  • Character generator (can be completely random)
  • Save generated characer file as text file
  • Dice roller (any number of dice, any number of sides)
  • Tarokka card game (Tarrot cards from Curse of Strahd)
  • Wild Magic effect roller (for Sorcerers)
  • Initiative roller (raw / without proficiency bonus)

Installation / Usage:

Arch:

$ yaourt -S dnd-tools
$ dnd-tools

Other Linux:

$ git clone https://github.com/gtbjj/dnd-tools
$ cd dnd-tools
$ sudo python setup.py install
$ /usr/bin/dnd-tools

Windows:


To Do:

  • script features
    • loot generator
    • move lists / dictionaries to library files?
    • npc generator?
    • random adventure generator?

About

ARCHIVE - MOVED TO GITLAB | Interactive CLI tools for Dungeons and Dragons 5e

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%