Skip to content

A program to view information about your windows install.

Notifications You must be signed in to change notification settings

02bwilson/MyWinInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWinInfo

MyWinInfo-build

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.

Installation

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

Usage

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.

Dependencies

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.