Awesome-Python-Scripts/Tambola_Ticket_Generator
dependabot[bot] 5648ec3b6c
Bump numpy from 1.19.2 to 1.22.0 in /Tambola_Ticket_Generator (#256)
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.19.2...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 11:39:36 +05:30
..
main.py Tambola tickets generator (#169) 2020-10-05 14:09:41 +05:30
README.MD Tambola tickets generator (#169) 2020-10-05 14:09:41 +05:30
requirements.txt Bump numpy from 1.19.2 to 1.22.0 in /Tambola_Ticket_Generator (#256) 2022-06-22 11:39:36 +05:30

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 
╒═══╤════╤════╤════╤════╤════╤════╤════╤════╕
│ 01403200617181 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 4024334506300 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 00253749590790 │
╘═══╧════╧════╧════╧════╧════╧════╧════╧════╛
$ python main.py --count 2
╒═══╤════╤════╤════╤════╤════╤════╤════╤════╕
│ 01403200617181 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 4024334506300 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 00253749590790 │
╘═══╧════╧════╧════╧════╧════╧════╧════╧════╛

╒═══╤════╤════╤════╤════╤════╤════╤════╤════╕
│ 1003242061720 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 01724045007782 │
├───┼────┼────┼────┼────┼────┼────┼────┼────┤
│ 5026394959000 │
╘═══╧════╧════╧════╧════╧════╧════╧════╧════╛