Metadata-Version: 2.1
Name: DesktopScoreViewer
Version: 1.0.2
Summary: Gathers live MLB game scores and data and displays them on a mini GUI on the top right corner of the screen
Home-page: https://github.com/JosephJ12/DesktopScoreViewer
Author: Joseph Jung
Author-email: josephjung12@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: beautifulsoup4 (==4.7.1)
Requires-Dist: bleach (==3.1.0)
Requires-Dist: certifi (==2019.6.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: docutils (==0.14)
Requires-Dist: idna (==2.8)
Requires-Dist: lxml (==4.3.4)
Requires-Dist: numpy (==1.16.4)
Requires-Dist: Pillow (==6.0.0)
Requires-Dist: pkginfo (==1.5.0.1)
Requires-Dist: Pygments (==2.4.2)
Requires-Dist: readme-renderer (==24.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: selenium (==3.141.0)
Requires-Dist: six (==1.12.0)
Requires-Dist: soupsieve (==1.9.1)
Requires-Dist: tqdm (==4.32.2)
Requires-Dist: twine (==1.13.0)
Requires-Dist: urllib3 (==1.25.3)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: wxPython (==4.0.6)

DesktopScoreViewer
==================
The DesktopScoreViewer program does exactly as
its name implies: it gathers game scores and
data and displays them live on a mini GUI on the
top right corner of your screen. This allows the
user to casually follow games without it being
too intrusive or distracting.

Installation
------------
You can press the git clone button on the top
right or type this on your terminal:

::

    git clone https://github.com/JosephJ12/DesktopScoreViewer

You can also install using pip:

::

    pip install DesktopScoreViewer

Usage
-----
Running the __main__.py of package will open
up the GUI.

License
--------
`MIT
<https://choosealicense.com/licenses/mit/>`_

