Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipinvision/osinfo
A system information detail provider
https://github.com/chipinvision/osinfo
linux python system windows
Last synced: 1 day 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T10:33:35.000Z (over 3 years ago)
- Last Synced: 2024-11-10T09:05:16.415Z (about 2 months 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
![gbanner](https://user-images.githubusercontent.com/72114434/124065903-4df66200-da55-11eb-9eb7-e51e02287177.png)
**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_win](https://user-images.githubusercontent.com/72114434/124065026-90b73a80-da53-11eb-85b6-991190e6a562.png)### osinfo on Linux
![osinfo_linux](https://user-images.githubusercontent.com/72114434/124065094-a88ebe80-da53-11eb-9391-0f7f1ff5101a.png)### osinfo tested on M1 MacBook Air
![mac](https://user-images.githubusercontent.com/72114434/124216930-e43d8d00-db14-11eb-8409-cb33e1c11ec2.jpg)**osinfo doesnot work properly on Mac as psutil is not supported on Mac. It only works well on Windows and Linux**