Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.11 KB

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