Metadata-Version: 2.1 Name: DesktopScoreViewer Version: 1.0.5 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: wxPython Requires-Dist: bs4 Requires-Dist: selenium 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 `_