Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

DesktopScoreViewer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

DesktopScoreViewer

Gathers live MLB game scores and data and displays them on a mini GUI on the top right corner of the screen

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
1

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

Program also requires firefox webdriver, geckodriver which must be installed separately. Install at this link: https://www.guru99.com/gecko-marionette-driver-selenium.html

Usage

Running the main.py of package will open up the GUI.

.. code-block:: python

from DesktopScoreViewer import __main__

#call DesktopScoreViewer package's main
__main__.main()

License

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc