
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Gathers live MLB game scores and data and displays them on a mini GUI on the top right corner of the screen
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.
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
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()
MIT <https://choosealicense.com/licenses/mit/>
_
FAQs
Gathers live MLB game scores and data and displays them on a mini GUI on the top right corner of the screen
We found that DesktopScoreViewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.