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.
- Host: GitHub
- URL: https://github.com/ruskydev/windows-key-generater
- Owner: RuskyDev
- License: apache-2.0
- Created: 2023-05-05T09:30:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T09:35:52.000Z (about 3 years ago)
- Last Synced: 2025-04-28T14:21:27.805Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.