Watch Live Cricket Scores in Linux Terminal – Cricket-CLI
Watch Live Cricket Scores in Linux Terminal – Cricket-CLI
Are you a cricket adherent and passion to work within the command-line? Then you have get off on the right place. We will share with you an easy command-line tool for watching cricket scores, rankings as all as team standings, called Cricket-CLI.You can watch live cricket scores on terminal and also you can check cricket scores, ranking and rating.You can install cricket-cli in Linux systems then you can enjoy live cricket scores.
Cricket-CLI empower you to gain live cricket scores, display ICC player rankings and view ICC team standings. In this article, we’ve lesson that how to install and use it in Linux systems. Share your idea about it, feedback form below.
Cricket-CLI is a interface that work with command line for cricket devotee, spread using Python. It sanction you to get scores of the live cricket ,standings of teams and ranking . In this column, you will see how to use and install cricket-cli in Linux systems.
The way to Install Cricket-CLI Tool in your Linux Systems
The Cricket-CLI tool can be installed by using Python PIP, before installation first you need PIP and Setuptools install on your Linux system.
$ sudo apt install python-pip python-setuptools [On Ubuntu/Debian] # yum install python-pip python-setuptools [On CentOS/RHEL]
Once PIP and Setuptools installed, now you can install cricket-cli via PIP utility as shown.
$ sudo pip install cricket-cli
Once you have situated it, you can operate it as shown beneath. It has pictorial options with names corresponding to what you really wish to see (such as ranking, scores and standings ).
If you wish to get live cricket scores in the Linux terminal, run the given command.
$ cricket scores
You can perceive ICC cricket team standings in Linux terminal as display.
$ cricket standings
The person wish to check out the ranking of ICC cricket player, follow the under given command.
$ cricket rankings
If you wish to outlook the cricket-cli help message, apply the -h flag.
$ cricket -h
Cricket-CLI Github Repository: https://github.com/cbirajdar/cricket-cli