A package used to get temperature on Windows Machines.
Project description
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:
>>> 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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wintmp-1.1.0.tar.gz
.
File metadata
- Download URL: wintmp-1.1.0.tar.gz
- Upload date:
- Size: 327.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20413b78d427ccc5149ad90a6158bd65eb19a0dafc21a227384519b969f0aa0e |
|
MD5 | 63f5c3588817efe6b07f97496a5c082d |
|
BLAKE2b-256 | f3d8fb41f7397c4d0c79646700b661cb76bb7d1eb8294267ad7cf86f5f3224c9 |
File details
Details for the file WinTmp-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: WinTmp-1.1.0-py3-none-any.whl
- Upload date:
- Size: 325.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f4fac4fd1df48c0b41e80e49bbdde4e561a496d69bf58af8e8194200a9f7712 |
|
MD5 | 2c3442e386e1ac4abe3c876271402796 |
|
BLAKE2b-256 | 7891f408b14ff289e7938630dadbab227454c33c16d6a663d4089811ce051936 |