Skip to content

Latest commit

 

History

History

Tambola_Ticket_Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tambola ticket generator

This is a simple utility to generate tambola tickets

Requirement

  • Python 3
  • numpy
  • tabulate
pip install -r requirements.txt

Usage

$ python main.py 
╒═══╤════╤════╤════╤════╤════╤════╤════╤════╕
│ 0 │ 14 │  0 │ 32 │  0 │  0 │ 61 │ 71 │ 81 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 4 │  0 │ 24 │ 33 │ 45 │  0 │ 63 │  0 │  0 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 0 │  0 │ 25 │ 37 │ 49 │ 59 │  0 │ 79 │  0 │
╘═══╧════╧════╧════╧════╧════╧════╧════╧════╛
$ python main.py --count 2
╒═══╤════╤════╤════╤════╤════╤════╤════╤════╕
│ 0 │ 14 │  0 │ 32 │  0 │  0 │ 61 │ 71 │ 81 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 4 │  0 │ 24 │ 33 │ 45 │  0 │ 63 │  0 │  0 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 0 │  0 │ 25 │ 37 │ 49 │ 59 │  0 │ 79 │  0 │
╘═══╧════╧════╧════╧════╧════╧════╧════╧════╛

╒═══╤════╤════╤════╤════╤════╤════╤════╤════╕
│ 1 │  0 │  0 │ 32 │ 42 │  0 │ 61 │ 72 │  0 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 0 │ 17 │ 24 │  0 │ 45 │  0 │  0 │ 77 │ 82 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 5 │  0 │ 26 │ 39 │ 49 │ 59 │  0 │  0 │  0 │
╘═══╧════╧════╧════╧════╧════╧════╧════╧════╛