Skip to main content

Unofficial Libre Hardware Monitor python client

Project description

Minotorr

Unofficial Libre Hardware Monitor python client

Minotorr is a library that allows you to retrieve hardware informations from a Windows system based on the Libre Hardware Monitor tool.

Installation

Prerequisites

You need to download Libre Hardware Monitor.

Run it and start the web server. The program is now gathering information on the hardware.

Library

Install the library with PIP

pip install minotorr

Usage example

from minotorr import minotorr

comp = minotorr.Minotorr(port=2085) #default port 8085

print(comp.cpu.cores)
print(comp.cpu.temperatures.average)

Release History

  • 0.7.0
    • ADD: GPU module
    • ADD: Docstrings
    • CHANGE: Change structure of the program
    • CHANGE: Unit tests updated
  • 0.6.2
    • CHANGE: Fix typo in documentation
    • CHANGE: Update warning in minotorr.py
  • 0.6.0
    • CHANGE: Update project name
    • CHANGE: Update docs (module code remains unchanged)
  • 0.1.0
    • The first proper release
  • 0.0.1
    • Work in progress

Meta

Gauthier Chaty – @gokendergauthier.chaty+github@outlook.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/Gokender

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minotorr-0.7.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

minotorr-0.7.1-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page