MyWinInfo is a Python program that utilizes the PyQt6 library and winreg module to display information about your Windows installation. It provides details such as the version and product key of your Windows operating system.
Ensure that you have Python installed on your system. You can download Python from the official website: python.org.
Clone the MyWinInfo repository from GitHub:
git clone https://github.com/02bwilson/MyWinInfo.git
Open a terminal or command prompt and navigate to the directory where you cloned the repository.
Run the start script:
python MyWinInfo.py
The program will display a graphical user interface (GUI) window with information about your Windows installation.
The following dependencies are required to run MyWinInfo:
- PyQt6
- winreg
- pyqtdarktheme
You can install the required dependencies using the following command:
pip install PyQt6 winreg pyqtdarktheme
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository.