polish-lottery
Fast, lightweight Python client for Polish lottery draw results provided by Lotto-Wyniki.com.
Covers all 5 major games in Poland:
- Lotto 6/49 (winning numbers, draw number, date, archive)
- Mini Lotto 5/42
- Multi Multi 20/80
- Kaskada 12/24
- Eurojackpot 5+2 (with Eurostars)
Installation
pip install polish-lottery
Usage
from polish_lottery import get_all_results, get_game, get_history
# 1. Fetch all latest results
data = get_all_results()
print("Last updated:", data["lastUpdated"])
print("Lotto numbers:", data["lotto"]["numbers"])
# 2. Fetch a specific game
euro = get_game("eurojackpot")
print("Eurojackpot main numbers:", euro["numbers"])
print("Eurostars:", euro["stars"])
# 3. Fetch past draw history
history = get_history("lotto")
print(f"Retrieved {len(history)} past draws.")
Official Data & Statistics Website
For live interactive checks, number frequency statistics, and guides, visit: 👉 https://lotto-wyniki.com
- Wyniki Lotto 6/49
- Statystyki Lotto
- Wyniki Eurojackpot
- Wyniki Mini Lotto
- Wyniki Multi Multi
- Wyniki Kaskada
- Sprawdź Swoje Liczby
License
MIT © Lotto-Wyniki.com
Release files for polish-lottery 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| polish_lottery-1.0.0.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| polish_lottery-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / polish_lottery-1.0.0.tar.gz
| Download URL | polish_lottery-1.0.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca88a8ba4d38ae57bf44c3cb2ad05f5a08d6f33413efad10303b93f39aacd24d
|
|
BLAKE2b-256 checksum How to use checksums |
9da0af62849395aab463a86d515762d02087ce66fa1fe3e9304f2e6d7de583c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.7
|
Release files / polish_lottery-1.0.0-py3-none-any.whl
| Download URL | polish_lottery-1.0.0-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7292531aefc2756983e3d59f7b0b1051baab775452e13eff95e1be1e63128a1c
|
|
BLAKE2b-256 checksum How to use checksums |
93314439cfb8c2f1139af0435543f6028ed95d2c4d51037a259748ee705e6641
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.7
|