Metadata-Version: 2.1
Name: cricketpy
Version: 1.1.5
Summary: View cricket scores,commentary and scorecard from the command line
Home-page: https://github.com/sAksham-Ar/cricketpy
Author: Saksham Arya
Author-email: aryasaksham@gmail.com
License: GPLv3
Description: # cricketpy
        
        View cricket scores,commentary and scorecard from the command line.
        
        ## Installation
        
        Install it as below:
        
        ```bash
        pip3 install cricketpy
        ```
        
        ## Screenshots
        
        ![matches](/images/matches.png "matches")
        
        ![commentary](/images/commentary.png "commentary")
        
        ![scoreboard](/images/scoreboard.png "scoreboard")
        
        ## Run
        
        just run it as
        
        ```bash
        cricketpy
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
