This is just a small script to gather certain information about a computer for inventory purposes.
You can simply download the latest precompiled binary under the releases section or you can run the script from any Windows computer with python and the correct libraries installed.
This script uses the following libraries:
- Socket and WMI are used to get system information like hostname and service tag.
- Subprocess is used to execute shell commands, which is used to get network interface details.
- Tkinter and Ttk are used for creating the GUI.
- Pyperclip is used for copying text to clipboard.
- Qrcode and Pillow are used for generating and displaying QR codes.