WinTmp


NameWinTmp JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryA package used to get temperature on Windows Machines.
upload_time2024-07-12 21:20:17
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 enables easy access to the temperatures of the CPU and GPU in Windows. 

This module requires administrator privilages to access the sensor data. 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 CPU as a float.
 - `GPU_Temp()`
   - Returns the temperature of the first GPU found as a float. 

In admin command prompt type `python`.
Demo:

```python
>>> import WinTmp
>>> print(WinTmp.CPU_Temp())
38.0
>>> print(WinTmp.GPU_Temp())
35.0
>>>
```

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/f3/d8/fb41f7397c4d0c79646700b661cb76bb7d1eb8294267ad7cf86f5f3224c9/wintmp-1.1.0.tar.gz",
    "platform": null,
    "description": "# WinTmp\n\nWinTmp, short for Windows Temperature, is a Python module that enables easy access to the temperatures of the CPU and GPU in Windows. \n\nThis module requires administrator privilages to access the sensor data. Please ensure that your code is run with admin privilages.\n\nInstall using `pip`:\n`pip install WinTmp`\n\nWinTmp exposes two functions:\n - `CPU_Temp()`\n   - Returns the temperature of the CPU as a float.\n - `GPU_Temp()`\n   - Returns the temperature of the first GPU found as a float. \n\nIn admin command prompt type `python`.\nDemo:\n\n```python\n>>> import WinTmp\n>>> print(WinTmp.CPU_Temp())\n38.0\n>>> print(WinTmp.GPU_Temp())\n35.0\n>>>\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.1.0",
    "project_urls": null,
    "split_keywords": [
        "windows",
        " temperature",
        " cpu",
        " gpu",
        " amd",
        " intel",
        " nvidia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7891f408b14ff289e7938630dadbab227454c33c16d6a663d4089811ce051936",
                "md5": "2c3442e386e1ac4abe3c876271402796",
                "sha256": "1f4fac4fd1df48c0b41e80e49bbdde4e561a496d69bf58af8e8194200a9f7712"
            },
            "downloads": -1,
            "filename": "WinTmp-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c3442e386e1ac4abe3c876271402796",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 325552,
            "upload_time": "2024-07-12T21:20:15",
            "upload_time_iso_8601": "2024-07-12T21:20:15.387698Z",
            "url": "https://files.pythonhosted.org/packages/78/91/f408b14ff289e7938630dadbab227454c33c16d6a663d4089811ce051936/WinTmp-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3d8fb41f7397c4d0c79646700b661cb76bb7d1eb8294267ad7cf86f5f3224c9",
                "md5": "63f5c3588817efe6b07f97496a5c082d",
                "sha256": "20413b78d427ccc5149ad90a6158bd65eb19a0dafc21a227384519b969f0aa0e"
            },
            "downloads": -1,
            "filename": "wintmp-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "63f5c3588817efe6b07f97496a5c082d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 327914,
            "upload_time": "2024-07-12T21:20:17",
            "upload_time_iso_8601": "2024-07-12T21:20:17.280565Z",
            "url": "https://files.pythonhosted.org/packages/f3/d8/fb41f7397c4d0c79646700b661cb76bb7d1eb8294267ad7cf86f5f3224c9/wintmp-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-12 21:20:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wintmp"
}
        
Elapsed time: 0.71998s