Skip to content

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.

License

Notifications You must be signed in to change notification settings

geniuszly/GenSystemInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:
    git clone https://github.com/geniuszlyy/GenSystemInfo.git
  2. Install the required packages:
    pip install -r requirements.txt

Usage

python gensysteminfo.py

This program collects and displays system information.

image

RU

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

Функции

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

Требования

  • Python 3.x
  • wmi
  • psutil
  • colorama
  • tabulate

Установка

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

Использование

python gensysteminfo.py

Эта программа собирает и отображает информацию о системе.

image

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages