WinTmp


NameWinTmp JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryA package used to get temperature on Windows Machines.
upload_time2024-12-11 07:10:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords windows temperature cpu gpu amd intel nvidia
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WinTmp

WinTmp, short for Windows Temperature, is a Python module that provides easy access to the temperatures of the CPU and GPU in Windows.

This module requires administrator privilages to access the sensor data as it uses LibreHardwareMonitor internally. Please ensure that your code is run with admin privilages.

Install using `pip`:
`pip install WinTmp`

WinTmp exposes two functions:

- `CPU_Temp()`
  - Returns the temperature of the first CPU as a float.
- `GPU_Temp()`
  - Returns the temperature of the first GPU found as a float.
- `CPU_Temps()`
  - Returns the temperatures of all the CPUs as a list of floats.
- `GPU_Temps()`
  - Returns the temperature of all the GPUs as a list of floats.

In admin command prompt type `python`.
Demo:

```python
>>> import WinTmp
>>> print(WinTmp.CPU_Temp())
44.00000762939453
>>> print(WinTmp.GPU_Temp())
44.12500762939453
>>> print(WinTmp.CPU_Temps())
[44.00000762939453]
>>> print(WinTmp.GPU_Temps())
[44.62500762939453]
```

PyPI: https://pypi.org/project/WinTmp/

Github: https://github.com/kethan1/WinTmp/

If you experience any issues, bugs, or shortcomings with this module, please don't hesitate to open an issue!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "WinTmp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "windows, temperature, cpu, gpu, amd, intel, nvidia",
    "author": null,
    "author_email": "Kethan Vegunta <kethan@vegunta.com>",
    "download_url": "https://files.pythonhosted.org/packages/fa/22/af753f2d754aed97c9c64b3625d0ebfed9822a163f3ce8a7d9dabc6f4ea3/wintmp-1.2.0.tar.gz",
    "platform": null,
    "description": "# WinTmp\n\nWinTmp, short for Windows Temperature, is a Python module that provides easy access to the temperatures of the CPU and GPU in Windows.\n\nThis module requires administrator privilages to access the sensor data as it uses LibreHardwareMonitor internally. Please ensure that your code is run with admin privilages.\n\nInstall using `pip`:\n`pip install WinTmp`\n\nWinTmp exposes two functions:\n\n- `CPU_Temp()`\n  - Returns the temperature of the first CPU as a float.\n- `GPU_Temp()`\n  - Returns the temperature of the first GPU found as a float.\n- `CPU_Temps()`\n  - Returns the temperatures of all the CPUs as a list of floats.\n- `GPU_Temps()`\n  - Returns the temperature of all the GPUs as a list of floats.\n\nIn admin command prompt type `python`.\nDemo:\n\n```python\n>>> import WinTmp\n>>> print(WinTmp.CPU_Temp())\n44.00000762939453\n>>> print(WinTmp.GPU_Temp())\n44.12500762939453\n>>> print(WinTmp.CPU_Temps())\n[44.00000762939453]\n>>> print(WinTmp.GPU_Temps())\n[44.62500762939453]\n```\n\nPyPI: https://pypi.org/project/WinTmp/\n\nGithub: https://github.com/kethan1/WinTmp/\n\nIf you experience any issues, bugs, or shortcomings with this module, please don't hesitate to open an issue!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package used to get temperature on Windows Machines.",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [
        "windows",
        " temperature",
        " cpu",
        " gpu",
        " amd",
        " intel",
        " nvidia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc3b5a3adbe504db8b7a31c54f0c19eb6ca653d17855df80ec4c4b8f3557cac3",
                "md5": "88377b393b856d76f5197b0278c8b5a6",
                "sha256": "99ca15355ad7633e2c6f474f4d0f4d4dc9621561476660f44a4700e4f57ed20e"
            },
            "downloads": -1,
            "filename": "WinTmp-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88377b393b856d76f5197b0278c8b5a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 335608,
            "upload_time": "2024-12-11T07:10:04",
            "upload_time_iso_8601": "2024-12-11T07:10:04.000787Z",
            "url": "https://files.pythonhosted.org/packages/dc/3b/5a3adbe504db8b7a31c54f0c19eb6ca653d17855df80ec4c4b8f3557cac3/WinTmp-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa22af753f2d754aed97c9c64b3625d0ebfed9822a163f3ce8a7d9dabc6f4ea3",
                "md5": "78db4fc27694438743f37ab78d7313bb",
                "sha256": "dfac6f71e12c477da0dca2edadd5952b1415b292b77d43f2f844f9f69c88ac07"
            },
            "downloads": -1,
            "filename": "wintmp-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "78db4fc27694438743f37ab78d7313bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 338204,
            "upload_time": "2024-12-11T07:10:06",
            "upload_time_iso_8601": "2024-12-11T07:10:06.756514Z",
            "url": "https://files.pythonhosted.org/packages/fa/22/af753f2d754aed97c9c64b3625d0ebfed9822a163f3ce8a7d9dabc6f4ea3/wintmp-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 07:10:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wintmp"
}
        
Elapsed time: 0.42653s