An open API service indexing awesome lists of open source software.

https://github.com/niftycode/system-info-tool

A program to retrieve system information, written in Python.
https://github.com/niftycode/system-info-tool

forensics python system-information

Last synced: 7 months ago
JSON representation

A program to retrieve system information, written in Python.

Awesome Lists containing this project

README

          

# system-info-tool

![Static Badge](https://img.shields.io/badge/python-3.12-blue)
![Static Badge](https://img.shields.io/badge/python-3.13-blue)
![GitHub License](https://img.shields.io/github/license/niftycode/system-info-tool)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/niftycode/system-info-tool)

This program can be used to read system information (macOS, Linux, Windows). Python is used as the programming language.

A simplified version also exists in my [small-python-projects](https://github.com/niftycode/small-python-projects) repository.

This program is in progress and for training purposes only.

The following system information is currently being determined:

* User info, for example login name, current time, process id, etc.
* System info, for example computer name, system os, etc.

---

Mit diesem Programm können Systeminformationen (macOS, Linux, Windows) gelesen werden. Als Programmiersprache wird Python verwendet.

Eine vereinfachte Version existiert auch im Repository [small-python-projects](https://github.com/niftycode/small-python-projects).

Dieses Programm dient derzeit lediglich zu Schulungszwecken.