Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 577 Bytes

String Lottery

How to use

  1. Put the strings that should be chosen from in the input.txt file. Only one string per line.
  2. Roll the dice, fingers crossed! For example:
python3 lottery.py input.txt

Example

Cover image

Known Issues

We are using ANSI Escape Characters. Please make sure your platform is supporting them.

There are some known glitches when there is not enough space to draw the entire output. We recommend to give the lottery all the space it needs.