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.
- Host: GitHub
- URL: https://github.com/niftycode/system-info-tool
- Owner: niftycode
- License: mit
- Created: 2024-10-08T08:34:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-04T11:28:00.000Z (7 months ago)
- Last Synced: 2025-09-04T13:25:59.986Z (7 months ago)
- Topics: forensics, python, system-information
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Contributing: CONTRIBUTING.md
- License: License.md
Awesome Lists containing this project
README
# system-info-tool



[](https://github.com/psf/black)

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.