Update README to include the new twostep and lottotexas games

This commit is contained in:
Funky Waddle 2025-11-14 21:34:07 +00:00
parent 3a666c5bcc
commit 39beb7150a

View file

@ -1,7 +1,12 @@
# Generic Lottery game number checker # # Generic Lottery game number checker #
Currently includes Powerball and Megamillions. Currently includes Powerball, Megamillions, Texas Two Step, and Lotto Texas.
You add your picks to {game}/picks.py, and run `./play -g {gamename}` eg `.play.py -g powerball` You add your picks to `{game}/picks.py`, and run `./play -g {game}`
eg:
* `./play.py -g powerball`
* `./play.py -g megamillions`
* `./play.py -g twostep`
* `./play.py -g lottotexas`
The script will pull the current winning numbers from an rss feed, and compare them to each ticket you list in the picks.py file for that game. The script will pull the current winning numbers from an rss feed, and compare them to each ticket you list in the picks.py file for that game.