Skip to content

Jbowman353/dice-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicepy

simple Python dice rolling library + flask API

Basic usage

from dicepy import roll_dice
roll = roll_dice(n=2, sides=4) # rolls 2d4

To run flask

flask --app flask_api run

About

simple Python dice rolling library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages