Metadata-Version: 2.1
Name: pciw.py
Version: 0.9.10.dev1
Summary: Module for obtaining system information.
Home-page: https://github.com/romanin-rf/pciw.py
License: MIT
Keywords: pciw,pciw.py,info,system,os,bios,videocard,motherboard,ram
Author: Romanin
Author-email: semina054@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: System
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Operating System
Requires-Dist: elevate (>=0.1.3,<0.2.0)
Requires-Dist: py-cpuinfo (>=9.0.0,<10.0.0)
Requires-Dist: pynvml (>=11.5.0,<12.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: screeninfo (>=0.8.1,<0.9.0)
Project-URL: Repository, https://github.com/romanin-rf/pciw.py
Description-Content-Type: text/markdown

# 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)

