Metadata-Version: 2.1
Name: cricNotifier
Version: 1.0.3
Summary: Cross platform cricket score notifications
Home-page: https://github.com/zweack/cricNotifier
Author: Jeet Jain
Author-email: jeet88833@gmail.com
License: MIT
Description: # cricNotifier ![version](https://img.shields.io/badge/version-1.0.0.0-brightgreen.svg) [![Build Status](https://travis-ci.org/zweack/cricNotifier.svg?branch=main)](https://travis-ci.org/zweack/cricNotifier)
        
        A python application for real time cricket match notifications on Windows and Linux
        
        ## Menu for available matches
        ![alt text](https://github.com/zweack/cricNotifier/blob/main/static/screenshots/menu.png?raw=true)
        
        ## Notifications on KDE Neon 5.20
        ![alt text](https://github.com/zweack/cricNotifier/blob/main/static/screenshots/linux.png?raw=true)
        
        ## Notifications on Windows 10 20H2
        ![alt text](https://github.com/zweack/cricNotifier/blob/main/static/screenshots/windows.png?raw=true)
        
        
        ## Features
        - Rich command line UI
        - Choose among multiple live matches
        - Cross platform, works on Windows and Linux systems
        - Rich logging configuration
        - User defined notification timeout
        - Popular tweets related to selected match [coming soon]
        
        
        ## Installation 
        
        Make sure you have python > 3.5 and pip installed, you can install it from [here](https://www.python.org/downloads/ "here")
        
        For Linux systems, install dependencies for dbus-python as per specifications from your distro, e.g. for Ubuntu based distros, install following:
        ```
        sudo apt-get -y install libglib2.0-dev libdbus-1-3 libdbus-1-dev
        ```
        ### Install using pip
        ```
        pip3 install cricNotifier
        ```
        ### Build and Install
        #### Clone the Repository
        
        ```
        git clone https://github.com/zweack/cricNotifier.git && cd cricNotifier
        ```
        
        #### For Windows:
        ```
        pip install -r requirements/requirements_win.txt
        ```
        Install the package
        ```
        python setup.py install
        ```
        
        #### For Linux:
        ```
        pip install -r requirements/requirements_other.txt
        ```
        Install the package
        ```
        sudo python3 setup.py install
        ```
        
        ## Running the Application 
        
        Run following command on your terminal
        ```
        cricNotifier
        ```
        
        ### Logging Configuration
        Coming soon!
        
        ### Match Tweets
        Coming soon!
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
