Library which shows stats about the Big Three era in Tennis (2000's, 2010's)
Project description
Big Three Library
A library with the stats of Grand Slams earned by the Big Three:
- Rafa Nadal (Spain) Grand Slams: 22
- Roger Federer (Swizterland) Grand Slams: 20
- Novak Djokovic (Serbia) Grand Slams: 24
Installation
Install the package using pip:
pip3 install tennis_big3
List the Big-3
from tennis_big3 import list_players
list_players()
You can do it by this other way:
from tennis_big3.players import big_three
for player in big_three:
print(player)
Search player by the name
If you want to search the stat of a single player:
from tennis_big3 import search_player
search_player("Roger Federer")
Show total of GS
from tennis_big3 import total_gs
total_gs()
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
tennis_big3-0.1.1.tar.gz
(1.9 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 tennis_big3-0.1.1.tar.gz.
File metadata
- Download URL: tennis_big3-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
866dddbf560a03ff9410a0d86bcbb768456aae1caca8f0229e21c6550e832d75
|
|
| MD5 |
5fa36c72724298fec8afcd475f59ea5e
|
|
| BLAKE2b-256 |
31ba3026328b97fb58aad7a3e4c8109dc31fb1c1934e8afa0cb0f54a136afa1c
|
File details
Details for the file tennis_big3-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tennis_big3-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b0fbe9e779188f630a438f32f5c3654847118d140f965b14c335d83db67f01c
|
|
| MD5 |
6913f5456e4c65d3a1ec03725c74d6c6
|
|
| BLAKE2b-256 |
7a36eac021284052e7c0af0d367f17765d92a1eb67760f5af6efbc80ba29f389
|