Skip to content

Mhyar-nsi/sysinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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, and 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]

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%