An open API service indexing awesome lists of open source software.

https://github.com/ruskydev/windows-key-generater

This is a Python script that generates and validates Windows 10 Pro product keys.
https://github.com/ruskydev/windows-key-generater

Last synced: 10 months ago
JSON representation

This is a Python script that generates and validates Windows 10 Pro product keys.

Awesome Lists containing this project

README

          

## Windows 10 Pro Key Generator and Validator
## This is a Python script that generates and validates Windows 10 Pro product keys. It uses the pywin32 library to validate the keys and saves all valid keys to a file on the desktop.

# Prerequisites
In order to run the script, you will need to have Python 3 installed on your computer. You can download Python 3 from the official website: **https://www.python.org/downloads/**

You will also need to install the **pywin32** library, which can be installed using **pip**. Open a command prompt or terminal and run the following command:

```py
pip install pywin32
```

# Usage

Clone or download the repository to your computer.
Open a command prompt or terminal and navigate to the folder where you downloaded the repository.
Run the following command to start the script:

```py
python win-key-gen.py
```

Enter the number of Windows 10 Pro product keys you would like to generate when prompted.
The script will generate the keys and save all valid keys to a file called **valid_windows_10_keys.txt** on your desktop.
The script will output the number of valid and invalid keys generated, as well as the location of the file containing the valid keys.