dnd-tools icon indicating copy to clipboard operation
dnd-tools copied to clipboard

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

Results 13 dnd-tools issues
Sort by recently updated
recently updated
newest added

I noticed that the CLI gets cluttered quickly after going through a few options in the main menu. To fix this, I added in my copy after line 775 "os.system('cls')"...

It would be nice to be able to look up a spell and have its description pop up.

I'm getting this when I run it, and the shebang only shows "python": ``` % dnd-tools /usr/bin/dnd-tools:3238: SyntaxWarning: "is" with a literal. Did you mean "=="? if char_class is "Barbarian":...

It asked if I wanted to save the character, but didn't say where that data is saved, and doesn't look like that saved character data is used anywhere else in...

This looks promising, however the lack of pictures / wiki is hurting this projects discoverability. I reccomend adding pictures of the CLI to the readme.

Hello, My name is Leo and I’m a CS student-- Recently, I’ve been working on a platform for editable codebase documentation. I came across this repo while browsing GitHub and...

Got a warning, tested this out. Should be using `==`, not `is`. The `is` checks if two instances are the same instance. The `==` checks if two values are the...

How about abstracting some of these features into their own python file? Maybe (suggestion) using some object oriented programming features like polymorphism to simplify all those if, else statements?

enhancement
help wanted

Add option to randomize proficient skill and saving throw choices during character creation.

enhancement

Offline version of [dojon Random Adventure Generator](https://donjon.bin.sh/fantasy/adventure/)

enhancement