Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanin-rf/pciw.py
Python module for system information
https://github.com/romanin-rf/pciw.py
bios cpu gpu monitor motherboard pciw python-module ram sysinfo
Last synced: 3 months ago
JSON representation
Python module for system information
- Host: GitHub
- URL: https://github.com/romanin-rf/pciw.py
- Owner: romanin-rf
- License: mit
- Created: 2022-04-03T10:48:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T21:24:44.000Z (about 1 year ago)
- Last Synced: 2024-06-30T15:18:55.485Z (4 months ago)
- Topics: bios, cpu, gpu, monitor, motherboard, pciw, python-module, ram, sysinfo
- Language: Python
- Homepage: https://pypi.org/project/pciw.py
- Size: 570 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# pciw.py
This module can obtain __full information__ about the `CPU`, `RAM`, `GPU`, `Monitors`, `Motherboard`, `Videocards` and `BIOS`.So far, it __only works fully__ on a `Windows` system.
## Install
```
pip install -U pciw.py
```
## Example
For the example made by `__main__.py`:
```
python -m pciw
```
## Author
- Roman Slabicky
- [Vkontakte](https://vk.com/romanin2)
- [GitHub](https://github.com/romanin-rf)