Opis Twojej biblioteki bukmacherskiej
Project description
Bukmacherska
Biblioteka do obliczeń bukmacherskich.
Instalacja
pip install bukmacherska
import bukmacherska as bk
# Przykładowe użycie funkcji obliczeniowych
srednia1_zdobytych, liczba_goli1 = bk.oblicz_wynik_druzyny(10, 5, 3)
print(f"DruĹĽyna 1 - Ĺšrednia zdobytych goli: {srednia1_zdobytych}, Liczba zdobytych goli: {liczba_goli1}")
srednia2_zdobytych, liczba_goli2 = bk.oblicz_wynik_druzyny2(8, 6, 3)
print(f"DruĹĽyna 2 - Ĺšrednia zdobytych goli: {srednia2_zdobytych}, Liczba zdobytych goli: {liczba_goli2}")
typ_meczu = bk.okresl_typ_meczu(srednia1_zdobytych, srednia2_zdobytych)
print(f"Typ meczu: {typ_meczu}")
# Przykładowe użycie funkcji rysujących wykresy
bk.rysuj_wykresy(srednia1_zdobytych, liczba_goli1, srednia2_zdobytych, liczba_goli2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bukmacherska-0.1.2.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bukmacherska-0.1.2.tar.gz.
File metadata
- Download URL: bukmacherska-0.1.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67b6332d3bfdd60d22c362bad379cf85e4e80048f99e294aff95171816463e6a
|
|
| MD5 |
4515ed3f235cb164bc063831224f0ee1
|
|
| BLAKE2b-256 |
7f23e93803bb172e42e4245372db1a14b6add0d50232ac1a6156b333c4831849
|
File details
Details for the file bukmacherska-0.1.2-py3-none-any.whl.
File metadata
- Download URL: bukmacherska-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d99c45850338c6f64db06227f6e86104b1fa7c8f98e621b5b94189805ec8d7d
|
|
| MD5 |
2b75ef9ff0f67f16413a8f964b6043d6
|
|
| BLAKE2b-256 |
908500c5eb7dde3916b46fb213154878f597e33f8c148454ae4542a86668a4c1
|