Code Monkey home page Code Monkey logo

hwinv's Introduction

Hardware and Software Information Gathering Tool for Windows Systems

This Python program enables users to gather detailed hardware and software information from Windows systems using the Win32 Provider. It provides comprehensive data on CPU, memory, disks, network adapters, operating system details, and more, outputting the results in JSON format for easy analysis and processing.

๐Ÿš€ Usage

To run the program, open a cmd or powershell and navigate to the directory containing the main.py file. Then, use the following command:

python.exe main.py output_folder

๐Ÿ–ฅ๏ธ Hardware Information

The hardware_info.json file contains detailed hardware information, including details on the computer, processor, memory, graphics, disk storage, and network adapters.

{
    "COMPUTER": [
        {
            "S/N": "0000000",
            "Model": "OptiPlex Micro 7010",
            "Manufacturer": "Dell Inc."
        }
    ],
    "PROCESSOR": [
        {
            "Arch": "x86_64",
            "Model": "13th Gen Intel(R) Core(TM) i5-13500T",
            "Cores": 14,
            "Threads": 20
        }
    ],
    "MEMORY": [
        {
            "BankLabel": "DIMM0",
            "MemoryType": "DDR4",
            "FormFactor": "SODIMM",
            "Manufacturer": "KINGSTON",
            "Capacity": "16384 MB",
            "Speed": "3200 MHz"
        },
        {
            "Slots used": "1 of 2",
            "Size": "16 GB"
        }
    ],
    "GRAPHICS": [
        {
            "Model": "Intel(R) UHD Graphics 770"
        }
    ],
    "DISK": [
        {
            "Model": "KINGSTON SNV2S500G",
            "Serial Number": "0000_0000_0000",
            "Size": "466 GB"
        }
    ],
    "NETWORK": [
        {
            "Description": "Intel(R) Ethernet Connection (17) I219-LM",
            "MAC Address": "D0:94:66:E3:C0:5B",
            "Network Adapter": "Ethernet"
        },
        {
            "Description": "Intel(R) Wi-Fi 6E AX211 160MHz",
            "MAC Address": "F0:20:FF:C7:86:9D",
            "Network Adapter": "Wi-Fi"
        }
    ]
}

๐Ÿ’ฟ Software information

The software_info.json file provides insights into the operating system and user details, including OS name, architecture, version, disk usage, and user information.

{
    "OS": [
        {
            "OS Name": "Microsoft Windows 11 Pro",
            "OS Architecture": "64 bits",
            "OS Version": "10.0.22621",
            "Install Date": "27/03/2024, 14:02:06"
        },
        {
            "Local Disk (C:)": {
                "Total": "465 GB",
                "Used": "50 GB",
                "Free": "415 GB",
                "Percent": "10.8%"
            }
        }
    ],
    "USER": [
        {
            "Username": "DESKTOP-1VNS310\\User",
            "Domain": "WORKGROUP"
        }
    ]
}

hwinv's People

Contributors

gabrieldlima avatar

Stargazers

Flavien Roelandt avatar  avatar

Watchers

Flavien Roelandt avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.