Metadata-Version: 2.4
Name: pysinfo
Version: 1.1
Summary: PySInfo: A python command line tool that displays information about the current system, including hardware and critical software.
Home-page: http://blog.cycleuser.org
Author: cycleuser
Author-email: cycleuser@cycleuser.org
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: distro
Requires-Dist: GPUtil
Requires-Dist: colorama
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# PySInfo

PySInfo: A python command line tool that displays information about the current system, including hardware and critical software.

version 1.1

## Installation

### Run from source

```Bash
git clone https://github.com/EasyCam/Pysinfo.git
cd Pysinfo
python -m pip install -r requirements.txt
python -m pysinfo
```

### Install from PyPI

```Bash
pip install pysinfo
python -m pysinfo
```

### Example

```Bash
╒════════════════════════════════════════════════════════════════╕
│     PySinfo: A Python Tool to Get System Infomation            │
╘════════════════════════════════════════════════════════════════╛

                                ..,    OS: Windows 10.0.26100
                    ....,,:;+ccllll    Host: MSI
      ...,,+:;  cllllllllllllllllll    Kernel: 11
,cclllllllllll  lllllllllllllllllll    Uptime: 2 days, 20 hours, 33 minutes
llllllllllllll  lllllllllllllllllll    Shell: cmd.exe
llllllllllllll  lllllllllllllllllll    Terminal: 87x48
llllllllllllll  lllllllllllllllllll
llllllllllllll  lllllllllllllllllll    Hardware:
llllllllllllll  lllllllllllllllllll    CPU Model: AMD Ryzen 9 7945HX with Radeon Graphics
                                       CPU Architecture: AMD64
llllllllllllll  lllllllllllllllllll    CPU Current Freq: 2501.1
llllllllllllll  lllllllllllllllllll    CPU Cores: 16 (Physical), 32 (Logical)
llllllllllllll  lllllllllllllllllll    CPU Usage: 5.9%
llllllllllllll  lllllllllllllllllll    GPU: NVIDIA GeForce RTX 4060 Laptop GPU (8.00 GB)
llllllllllllll  lllllllllllllllllll    Memory: 40.35 GB / 127.18 GB (31.7%)
`'ccllllllllll  lllllllllllllllllll    Memory Slots: 2 (64 GB, 64 GB)
       `' \*::  :ccllllllllllllllll    Memory Speed: 5200 MHz
                       ````''*::cll    Disk: 3.28 TB / 3.64 TB (90.2%)
                                 ``
                                       Network:
                                       IP Address: 192.168.0.25

                                       Development Environment:
                                       Python: 3.12.9 (CPython)
                                       Python Path: C:\Miniconda3\python.exe

                                       Graphics API Support:
                                       CUDA: 12.6.85
                                       OpenCL: Platform Version:                       OpenCL 3.0 CUDA 13.0.48
                                       Vulkan: 1.4.309

██████████████████████████████████████████

Report generated on: 2025-08-10 19:39:18
```



```Bash
╒════════════════════════════════════════════════════════════════╕
│     PySinfo: A Python Tool to Get System Infomation            │
╘════════════════════════════════════════════════════════════════╛

         _nnnn_                         OS: Ubuntu 24.04
        dGGGGMMb                        Host: MSI
       @p~qp~~qMb                       Kernel: 5.15.167.4-microsoft-standard-WSL2
       M|@||@) M|                       Uptime: 0 days, 0 hours, 0 minutes
       @,----.JM|                       Shell: bash
      JS^\__/  qKL                      Terminal: 87x48
     dZP        qKRb
    dZP          qKKb                   Hardware:
   fZP            SMMb                  CPU Model: AMD Ryzen 9 7945HX with Radeon Graphics
   HZM            MMMM                  CPU Architecture: x86_64
   FqM            MMMM                  CPU Current Freq: 2.50 GHz
 __| ".        |\dS"qML                 CPU Cores: 4 (Physical), 8 (Logical)
 |    `.       | `' \Zq                 CPU Usage: 0.0%
_)      \.___.,|     .'                 GPU: NVIDIA GeForce RTX 4060 Laptop GPU (8.00 GB)
\____   )MMMMMP|   .'                   Memory: 716.67 MB / 31.35 GB (3.5%)
     `-'       `--'                     Memory Slots: Unknown
                                        Memory Speed: Unknown
                                        Disk: 155.09 GB / 1006.85 GB (16.2%)

                                        Network:
                                        IP Address: 127.0.1.1

                                        Development Environment:
                                        Python: 3.11.7 (CPython)
                                        Python Path: /home/fred/anaconda3/bin/python

                                        Graphics API Support:
                                        CUDA: 12.9.86
                                        OpenCL: Not detected
                                        Vulkan: Not detected

██████████████████████████████████████████

Report generated on: 2025-08-10 19:36:05
```
