https://github.com/chipinvision/osinfo
A system information detail provider
https://github.com/chipinvision/osinfo
linux python system windows
Last synced: 3 months ago
JSON representation
A system information detail provider
- Host: GitHub
- URL: https://github.com/chipinvision/osinfo
- Owner: chipinvision
- Created: 2021-06-30T07:00:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T10:33:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T05:29:18.719Z (over 1 year ago)
- Topics: linux, python, system, windows
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **osinfo** - A system information detail provider

**osinfo** is a system information detail provider written using Python. It bassically scans the device and provides informations such as:
- Platform
- System Architecture
- Processor
- Boot Time
- CPU Info
- Battery Status
## Available On:
- Windows 10
- Linux
## Tested On:
- Windows 10
- Kali Linux
## Requirements:
- psutil (pip install psutil) [Windows]
- psutil (pip3 install psutill) [Linux]
- Make sure you have git and python installed on your system
## Installation Guide:
- For Linux:
- git clone https://github.com/chipinvision/osinfo
- cd osinfo
- ls
- python3 osinfo.py
- For Windows:
- git clone https://github.com/chipinvision/osinfo
- cd osinfo
- python osinfo.py
### osinfo on Windows

### osinfo on Linux

### osinfo tested on M1 MacBook Air

**osinfo doesnot work properly on Mac as psutil is not supported on Mac. It only works well on Windows and Linux**