Skip to content

mobin-gpr/sysinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages