Opis Twojej biblioteki bukmacherskiej
Project description
Bukmacherska
Bukmacherska to biblioteka Python służąca do analizy i wizualizacji wyników drużyn sportowych, obliczania średnich goli oraz rysowania wykresów.
Instalacja
Możesz zainstalować bibliotekę za pomocą pip:
pip install bukmacherska
import bukmacherska as bk
# Obliczanie średnich zdobytych i straconych goli
srednia1_zdobytych, srednia1_straconych = bk.oblicz_wynik_druzyny(10, 5, 3)
srednia2_zdobytych, srednia2_straconych = bk.oblicz_wynik_druzyny2(12, 6, 4)
# Wyświetlanie wyników
print(f"DruĹĽyna 1 - Ĺšrednia zdobytych goli: {srednia1_zdobytych}, Ĺšrednia straconych goli: {srednia1_straconych}")
print(f"DruĹĽyna 2 - Ĺšrednia zdobytych goli: {srednia2_zdobytych}, Ĺšrednia straconych goli: {srednia2_straconych}")
# Określenie typu meczu
typ_meczu = bk.okresl_typ_meczu(srednia1_zdobytych, srednia2_zdobytych)
print(f"Typ meczu: {typ_meczu}")
# Rysowanie wykresĂłw
bk.rysuj_wykresy(srednia1_zdobytych, srednia1_straconych, srednia2_zdobytych, srednia2_straconych)
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.3.tar.gz
(3.5 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.3.tar.gz.
File metadata
- Download URL: bukmacherska-0.1.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f8d8bf6236f7f9d3fa982420cfac5a49a49aabe68b5567d9220f87aa90694aa
|
|
| MD5 |
47bbff44a24262681bc6d1fd910f6f35
|
|
| BLAKE2b-256 |
40f3c3f2ab0d25e35b5bff1303b8eeaefe4b2e21879acaae90247d040093b376
|
File details
Details for the file bukmacherska-0.1.3-py3-none-any.whl.
File metadata
- Download URL: bukmacherska-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
9d4f1451dab32ddaaf8a631ea972d96a753be3dda6488d2a4c9d087760a09a8d
|
|
| MD5 |
bf055e2290d2a6588fd8c03821025628
|
|
| BLAKE2b-256 |
a459ed05fa011d82ff2f957eb534336fba3ea43920027377ce1ea1afeb606494
|