pyLottoverwaltung
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A lotto management in python and pyQt for the german lotto system
pyLottoverwaltung
=================

[![Build Status](https://travis-ci.org/MarkusHackspacher/pyLottoverwaltung.svg?branch=master)](https://travis-ci.org/MarkusHackspacher/pyLottoverwaltung)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7676fec18aa7402cb99bc13bd6a31e79)](https://www.codacy.com/app/Malta/pyLottoverwaltung?utm_source=github.com&utm_medium=referral&utm_content=MarkusHackspacher/pyLottoverwaltung&utm_campaign=Badge_Grade)

a program for the german lottery "pick 6 out of 49" system.
A goal is manage the own numbers and the numbers of the drawing.


current:
--------

input of the own numbers and draw numbers with date and save in a database (sqlite).
load a numbers from the database

ToDo:
-----

change and remove data sets. compare the own numbers with the draw numbers.

install:
--------

The program requires [Python 3.x](http://www.python.org/download/) 
and [Qt4 for Python](http://www.riverbankcomputing.com/software/pyqt/download)
or [Qt5 for Python](http://www.riverbankcomputing.com/software/pyqt/download5).

Start with:
```./start.pyw```

The layout (lotto_dateneing.ui) can be manipulated using the Qt designer.

Make the documentation as .pdf file:
```epydoc pylotto.pyw lotto --pdf```

To translate the program or make a translation in your language,
insert in the complete.pro your language code.
```
cd lotto
pylupdate4 complete.pro
```
translate your language file: pylv_xx.ts, and produce the .ts translation files with
```
lrelease complete.pro
```

Installieren:
-------------

Das Programm benötigt [Python 3.x](http://www.python.org/download/) 
und [Qt4 für Python](http://www.riverbankcomputing.com/software/pyqt/download) 
oder [Qt5 für Python](http://www.riverbankcomputing.com/software/pyqt/download5) dazu.

Start mit: 
```python lotto.pyw```

Das Layout (lotto_dateneing.ui) kann mit den Qt4-Designer bearbeitet werden.

Dokumentation als as .pdf Datei erstellen lassen:
```epydoc pylotto.pyw lotto --pdf```


License
-------

GNU GPL V3

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。