Skip to content

jacobdeery/cast-lots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cast-lots

This module allows you to cast lots, where the lots are ASCII sticks. Interpretation, however, is up for interpretation.

Usage

from lots import Lots

Initialize the Lots class with a certain number of lots (default 10, positive integers only)

my_cast = Lots(20)

Cast the lots with Lots.cast(). You may optionally specify a countdown in seconds, with the argument countdown

my_cast.cast(countdown=3)

Uncast the lots (show them nice and orderly again) with Lots.uncast()

Authors

  • Jacob Deery
  • Robin Liu

About

For the indecisive everywhere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages