umangahuja1 / cricket_rankings

A python package to fetch and display cricket rankings of both men and women, teams as well as players ratings across all the formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cricket_rankings

License: MIT Downloads

This is a simple python package to display cricket rankings of both men and women, teams and players across all the formats.

If you love the package, please 🌟 the repo.

Basic Setup

You should be able to install using easy_install or pip in the usual ways:

$ easy_install cricket-rankings
$ pip install cricket-rankings

Or just clone this repository and run:

$ python3 setup.py install

Usage

# import the package
import cricket_rankings as cr

# run the rankings function and follow the prompts coming up
cr.rankings()

Issues

You can report the bugs at the issue tracker

License

Built with ♥ by Umang Ahuja(@umangahuja1) under MIT License

About

A python package to fetch and display cricket rankings of both men and women, teams as well as players ratings across all the formats

License:MIT License


Languages

Language:Python 100.0%