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

https://github.com/geniuszly/GenSystemInfo

This Python script gathers and displays detailed information about the system, including OS version, platform, user name, IP address, MAC address, GPU, CPU, and RAM. It presents the collected data in a neatly formatted table, making it easy to read and understand.
https://github.com/geniuszly/GenSystemInfo

automation cybersecurity ethical-hacking gensysteminfo hardware-info information-gathering network-security osint penetration-testing python system system-diagnostics system-information systeminfo

Last synced: about 1 year ago
JSON representation

This Python script gathers and displays detailed information about the system, including OS version, platform, user name, IP address, MAC address, GPU, CPU, and RAM. It presents the collected data in a neatly formatted table, making it easy to read and understand.

Awesome Lists containing this project

README

          

# EN
**GenSystemInfo** is a Python script that collects and displays detailed information about your system, including operating system, platform, user name, IP address, MAC address, graphics card, processor, and RAM.

## Features
- Displays operating system details
- Displays platform and user information
- Shows IP and MAC address
- Provides information about graphics card and processor
- Displays total RAM

## Requirements
- Python 3.x
- `wmi`
- `psutil`
- `colorama`
- `tabulate`

## Installation
1. Clone the repository:
```bash
git clone https://github.com/geniuszlyy/GenSystemInfo.git
```
2. Install the required packages:
```bash
pip install -r requirements.txt
```

## Usage
```bash
python gensysteminfo.py
```
This program collects and displays system information.

![image](https://github.com/user-attachments/assets/abe0b7de-cac8-4b13-83a5-dafe45912c4f)

# RU
**GenSystemInfo** это скрипт на Python, который собирает и отображает подробную информацию о вашей системе, включая операционную систему, платформу, имя пользователя, IP-адрес, MAC-адрес, видеокарту, процессор и оперативную память.

## Функции
- Отображает сведения об операционной системе
- Отображает информацию о платформе и пользователе
- Отображает IP- и MAC-адреса
- Предоставляет информацию о видеокарте и процессоре
- Отображает общий объем оперативной памяти

## Требования
- Python 3.x
- `wmi`
- `psutil`
- `colorama`
- `tabulate`

## Установка
1. Клонируйте репозиторий:
```bash
git clone https://github.com/geniuszlyy/GenSystemInfo.git
```
2. Установите необходимые зависимости:
```bash
pip install -r requirements.txt
```

## Использование
```bash
python gensysteminfo.py
```
Эта программа собирает и отображает информацию о системе.

![image](https://github.com/user-attachments/assets/2cad6594-6886-40f8-9361-4dbf0fe380fe)