WinTmp


NameWinTmp JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA package used to get temperature on Windows Machines.
upload_time2024-03-27 02:25:33
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

This is a Python module used to getting temperatures of the CPU and GPU in windows. If this module doesn't work, please open an issue!

This module needs to be run as administrator.

Install:
`pip install WinTmp`

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/

            

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/89/09/5cdfadbee6f08ec686a6d2d705c2841a056770dc21a678107e90e9dfd8b8/WinTmp-1.0.0.tar.gz",
    "platform": null,
    "description": "# WinTmp\n\nThis is a Python module used to getting temperatures of the CPU and GPU in windows. If this module doesn't work, please open an issue!\n\nThis module needs to be run as administrator.\n\nInstall:\n`pip install WinTmp`\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",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package used to get temperature on Windows Machines.",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "windows",
        " temperature",
        " cpu",
        " gpu",
        " amd",
        " intel",
        " nvidia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e53a7a0852504a95d3ddd299ce012b5bbf4ed2c0b3a39ef2ced4214c579ec2b",
                "md5": "1c298fea43d3c6899d190f3c85f9e104",
                "sha256": "e3e14d8d6f26a98c47576e20ee005dd38bb457941d09258aa6338472477a59cc"
            },
            "downloads": -1,
            "filename": "WinTmp-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c298fea43d3c6899d190f3c85f9e104",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 320254,
            "upload_time": "2024-03-27T02:25:31",
            "upload_time_iso_8601": "2024-03-27T02:25:31.780234Z",
            "url": "https://files.pythonhosted.org/packages/9e/53/a7a0852504a95d3ddd299ce012b5bbf4ed2c0b3a39ef2ced4214c579ec2b/WinTmp-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89095cdfadbee6f08ec686a6d2d705c2841a056770dc21a678107e90e9dfd8b8",
                "md5": "74543b9fb3e70c2db40d0a97131400b5",
                "sha256": "389c5958f3ebc5d5ed28255812b06a5ac9eb95b8888033321f330e344c53549b"
            },
            "downloads": -1,
            "filename": "WinTmp-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "74543b9fb3e70c2db40d0a97131400b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 322492,
            "upload_time": "2024-03-27T02:25:33",
            "upload_time_iso_8601": "2024-03-27T02:25:33.891848Z",
            "url": "https://files.pythonhosted.org/packages/89/09/5cdfadbee6f08ec686a6d2d705c2841a056770dc21a678107e90e9dfd8b8/WinTmp-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 02:25:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wintmp"
}
        
Elapsed time: 0.24071s