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.
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
# import the package
import cricket_rankings as cr
# run the rankings function and follow the prompts coming up
cr.rankings()
You can report the bugs at the issue tracker
Built with ♥ by Umang Ahuja(@umangahuja1) under MIT License