tassaron / dnd-character

library for making Dungeons & Dragons 5e characters as serializable data
https://pypi.org/project/dnd-character/
Eclipse Public License 2.0
45 stars 17 forks source link

Dice roll functions #13

Closed gergo-szabo closed 1 year ago

gergo-szabo commented 1 year ago

Discussed in #12

tassaron commented 1 year ago

This looks good!

I should probably change that GitHub Action so it runs pytest before black. There is no way this would break anything so I could merge it and run black myself.

Or you can fix it yourself with pip install black; black dnd_character/dice.py

I'm busy for the next 6 hours, so I'll merge this later today. Thanks!