Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidemoro/superenalotto
Stampa le schedine del superenalotto a partire da un file di testo con le colonne
https://github.com/davidemoro/superenalotto
Last synced: about 2 months ago
JSON representation
Stampa le schedine del superenalotto a partire da un file di testo con le colonne
- Host: GitHub
- URL: https://github.com/davidemoro/superenalotto
- Owner: davidemoro
- License: apache-2.0
- Created: 2019-07-15T13:44:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:08:05.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:17:00.018Z (9 months ago)
- Language: Python
- Size: 166 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
superenalotto
=============Dato un file ``colonne.txt`` (per ogni riga i numeri da selezionare in ciascun pannello). Esempio::
1 2 3 4 5 6
1 2 3 4 5 7
1 2 3 4 5 8
1 2 3 4 5 9
1 2 3 4 5 10
1 2 3 4 5 11genererà un file ``schedina.pdf`` pronto da stampare (una pagina per ogni schedina, quindi 5 colonne per schedina).
Come installare::
pip install -r requirements.txt
Aiuto in linea::
python superenalotto.py generate --help
Utilizzo::
python superenalotto.py generate --input_path colonne.txt --output_path schedina.pdf
Ecco un esempio di schedina stampata:
.. image:: https://raw.githubusercontent.com/davidemoro/superenalotto/master/static/schedina.jpeg