Metadata-Version: 2.1
Name: pciw.py
Version: 0.9.0
Summary: Allows you to retrieve information about the system.
Home-page: https://github.com/romanin-rf/pciw.py
Author: ProgrammerFromParlament
Author-email: semina054@gmail.com
License: MIT
Keywords: pciw,pciw.py
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: screeninfo
Requires-Dist: py-cpuinfo
Requires-Dist: python-dateutil
Requires-Dist: rich
Requires-Dist: pynvml
Requires-Dist: elevate

# pciw.py
This module can obtain __full information__ about the `CPU`, `RAM`, `GPU`, `Monitors`, `Motherboard` and `BIOS`.
So far, it __only works fully__ on a `Windows` system.
## Install
```
pip install --upgrade 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)


