This is a tool that gives you detailed information about the operating system and hardware components. This information includes the OS, CPU, RAM, Disks, GPU, and Network interface.
Clone the project
git clone https://github.com/mobin-gpr/sysinfo.git
Go to the project directory
cd sysinfo
Install dependencies
pip install -r requirements.txt
Show helps
python main.py --help
usage: main.py [-h] [--all] [--os] [--cpu] [--ram] [--disk] [--gpu] [--network]
Display system information
options:
-h, --help show this help message and exit
--all Display All information
--os Display OS information
--cpu Display CPU information
--ram Display RAM information
--disk Display Disk information
--gpu Display GPU information
--network Display Network interface information