https://github.com/werberth/cartola-stats-cli
CLI with data analysis of the game Cartola FC
https://github.com/werberth/cartola-stats-cli
Last synced: 3 months ago
JSON representation
CLI with data analysis of the game Cartola FC
- Host: GitHub
- URL: https://github.com/werberth/cartola-stats-cli
- Owner: werberth
- Created: 2017-12-08T00:42:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T06:09:44.000Z (over 8 years ago)
- Last Synced: 2026-01-04T14:49:33.333Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### CLI with data analysis of the game Cartola FC
#### Instalação
```
pip install cartola-stats-cli
```
#### Documentação
- ```-t10, --top10```: Lista um TOP 10 com os maiores pontuadores:
- Ex: ```$ cartola-stats-cli -t10```
- ```-bop, --bestofposition```: Recebe um argumento (a posição) e retorna o jogador que mais pontuou naquela determina posição (Goleiro, Zagueiro, Lateral, Meia, Atacante, Técnico):
- Ex: ```$ cartola-stats-cli -bop Lateral``` ou ```$ cartola-stats-cli -bop Atacante```
- ```-tp, --tposition```: Lista os jogadores que mais pontuarem de cada posição:
- Ex: ```$ cartola-stats-cli -tp```