Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.65 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.65 KB

CricWiz

CricWiz is a simple Python script that uses the Pycricbuzz to get you all the inforamtion about you "important" cricket games.

Features

  • Live feed.
  • Allows you to get the full scorecard of a particular match as well as commentary and squads.
  • You can also get detail about the ongoing

Usage

Run CricWiz.py with the following option:

python3 CricWiz.py -l livescore

alt text alt text

Example

  • Live Feed

alt text

  • Scorecard Info

alt text alt text alt text

  • Notification Alerts

alt text

  • Squad

alt text alt text

  • Commentary

alt text

Installation

  • You will require Python 3.

  • Now Run pip install -r requirements.txt.

  • Now you are ready to go just run the command in the usage section and enjoy.

🎉 Shoutout to mzfr for the idea.