pyLottoSimu

Github Releases Join the chat at https://gitter.im/MarkusHackspacher/pyLottoSimu Documentation Status Crowdin

a Lotto Generator und Simulator

a simulation of Lotto Germany (pick 6 out of 49), Lotto Austria (pick 6 out of 45), EuroMillionen, Powerball Lottery US, Mega Millions lottery and Hot Lotto Sizzler system.

The program is developed on github.com/MarkusHackspacher/pyLottoSimu. Feedback and contributions are welcome.

Help to translate with https://crowdin.com/project/pylottosimu. Login with Github possible.

install

The program requires Python 3.x and PyQt5 for Python 3 pip3 install PyQt5.

# sudo apt-get install python3 python3-pyqt5 python3-pyqt5.qtsvg git

Then you copied the source code of the program on your computer, either download the zip file of the project or download with the version control system:

# git clone https://github.com/MarkusHackspacher/pyLottoSimu.git

change the directory and run::

cd pyLottoSimu
./lotto.pyw

pyLottoSimu can be started in these languages:

English, German, French, Spanish, Italian, Danish, Dutch, Polish and Russian

Start with:

python lotto.pyw [de|dk|fr|es|it|nl|pl|ru]

Make the documentation as .html file:

cd docs
make html

To translate the program or make a translation in your language insert in the complete.pro your language code.

cd pylottosimu
pylupdate5 complete.pro

Translate your language file or fix a typo in the lotto1_xx.ts file. Produce the .ts translation files with:

lrelease complete.pro

feel free and send me a pull request. Thank you in advance.

Image

Bedienen

Modus Zufallsgenerator: Die Zahlen auswählen und mit ‘Zufallsgenerator ein’ starten

Modus Simulation: Die Zahlen auswählen und mit ‘Start’ die Simulation starten. Dabei kann mit dem Schieber oben links die Geschwindigkeit verändert werden.

Image

License

GNU GPL V3