The PC Stats script provides information about CPU usage and frequency for each core, virtual memory, swap memory, network usage, temperatures (if available), battery status (for laptops), and disk information. It uses the psutil library to gather system information.
- Python 3.x
- psutil library (
pip install psutil)
- Install the required library:
pip install psutil
- Displays CPU usage and frequency for each core.
- Shows virtual memory and swap memory information.
- Provides network usage details.
- Retrieves temperature information (if available).
- Displays battery status for laptops.
- Shows disk space information.