This repository is a collection of Python and C++ scripts designed to retrieve and display system and BIOS information on Windows. The scripts are useful for developers, system administrators, or anyone interested in low-level system data.
- Comprehensive System Data: Gathers BIOS, hardware, and software information specific to Windows.
- Multiple Scripts: Each script focuses on different aspects of system data, making it modular and flexible.
- User Interface:
bda_with_interface.pyprovides a basic UI for displaying gathered data. - C++ Integration: Includes a C++ script for accessing BIOS data as an alternative or supplement to Python.
- Storage Options: Outputs can be saved as text files for future reference.
Bios-Data-with-Python/
│
├── .vscode/ # VSCode configuration folder
├── all_data_windows.py # Gathers comprehensive BIOS and system data on Windows
├── all_info.py # General system info, including hardware and software
├── bda.cpp # C++ code for BIOS data retrieval
├── bda_win.py # Python script for BIOS data (Windows-specific)
├── bda_with_interface.py # Python script with UI for BIOS data
├── bios_data_area # Additional data for BIOS area (folder or file depending on contents)
├── system_information.txt # Stores the output of system information
└── windows.py # Script for Windows system data