A lightweight and efficient Python tool designed to fetch and display detailed information about your computer's hardware and software specifications.
This tool provides a comprehensive overview of your system, including:
- OS Information: System type, release, version, and processor details.
- CPU Analysis: Total physical cores, logical cores, and real-time CPU usage percentage.
- Memory (RAM) Stats: Total, available, and used memory in GB.
- Disk Usage: Detailed breakdown of storage capacity and available space.
- Network Overview: Local hostname and IP address.
- Language: Python 3.x
- Key Libraries:
psutil: For retrieving information on running processes and system utilization.platform: For accessing underlying platform data.socket: For network interface information.
Make sure you have Python installed on your system. You will also need to install the psutil library.
Clone this repository or download the script, then run the following command in your terminal:
pip install psutil