All Projects → aktech → criclive

aktech / criclive

Licence: MIT License
Live Cricket Scores in Command Line.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to criclive

IPLSimulator
A ball-by-ball IPL T20 cricket simulator, you can make your own custom games, teams, or even simulate the entire tournament (all 7200 balls of it!)
Stars: ✭ 25 (+13.64%)
Mutual labels:  cricket
doodlecricket.github.io
Doodle Cricket
Stars: ✭ 66 (+200%)
Mutual labels:  cricket
ICC-2019-WC-prediction
Predicting the winner of 2019 cricket world cup using random forest algorithm
Stars: ✭ 41 (+86.36%)
Mutual labels:  cricket
CricketAPI
A Flask API Server with options to get live scores, live commentary and scorecards.
Stars: ✭ 21 (-4.55%)
Mutual labels:  cricket
cricketdata
International cricket data for men and women, Tests, ODIs and T20s
Stars: ✭ 66 (+200%)
Mutual labels:  cricket
Champ
A Telegram bot combined with python to serve some basic functions like weather, music charts, cricket score and much more.
Stars: ✭ 22 (+0%)
Mutual labels:  cricket
Audio-Classification-using-CNN-MLP
Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.
Stars: ✭ 36 (+63.64%)
Mutual labels:  cricket
Utlyz-CLI
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.
Stars: ✭ 30 (+36.36%)
Mutual labels:  cricket

Cricket Live : criclive

Cricket Live: Get Live scores of all cricket matches in your Command Line.

PyPI version License

Install

Using pip

pip install criclive

Using Git

git clone https://github.com/aktech/criclive.git
cd criclive
python setup.py install

Usage

Simply run the following command:

criclive
  • Sample scores:
amit@aktech$ criclive
╒════╤════════════════════════════════════════╤═══════════════════════════════════════════════╕
│  1 │ England ['302/3']                      │ Sri Lanka ['303/9  (49.4/50 ov, target 303)'] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  2 │ Pakistan []                            │ Bangladesh []                                 │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  3 │ Zimbabwe []                            │ Ireland []                                    │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  4 │ Rajasthan Royals []                    │ Kolkata Knight Riders []                      │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  5 │ Delhi Capitals []                      │ Royal Challengers Bangalore []                │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  6 │ Chennai Super Kings []                 │ Kings XI Punjab []                            │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  7 │ Cambridge MCCU []                      │ Nottinghamshire []                            │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  8 │ Lancashire []                          │ Durham MCCU []                                │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│  9 │ Leeds/Bradford MCCU []                 │ Warwickshire []                               │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 10 │ Loughborough MCCU []                   │ Worcestershire []                             │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 11 │ Somerset []                            │ Cardiff MCCU []                               │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 12 │ Sussex []                              │ Oxford MCCU []                                │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 13 │ Kurunegala Youth Cricket Club []       │ Bloomfield Cricket and Athletic Club []       │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 14 │ Police Sports Club []                  │ Sebastianites Cricket and Athletic Club []    │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 15 │ Sri Lanka Air Force Sports Club []     │ Kalutara Town Club []                         │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 16 │ Sri Lanka Navy Sports Club []          │ Sri Lanka Ports Authority Cricket Club []     │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 17 │ Diasqua Little Sai Wan Cricket Club [] │ United Services Recreation Club []            │
╘════╧════════════════════════════════════════╧═══════════════════════════════════════════════╛

Contributing

Use github's Pull request/issues feature for all contributions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].