Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.45 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.45 KB

Sysinfo

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 Network interface & ...

Author

Run Project

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

Guide

usage: main.py [-h] [--all] [--os] [--cpu]
               [--ram] [--disk] [--gpu]
               [--network] [--process]
               [--uptime] [--network_usage]
               [--user] [--temperature]

Display system information

optional arguments:
  -h, --help       show this help message and
                   exit
  --all            Display All information
  --os             Display OS information
  --uptime         Display System Uptime
  --cpu            Display CPU information
  --ram            Display RAM information
  --disk           Display Disk information
  --gpu            Display GPU information
  --network        Display Network interface
                   information
  --process        Display Process information
  --network_usage  Display Network Usage
  --user           Display User Information
  --temperature    Display System Temperature

License

MIT