Skip to content

A Python library to generate product keys.

License

Notifications You must be signed in to change notification settings

techguy16/keygenlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keygenlib

A Python library to generate product keys.

FOR EDUCATIONAL USE ONLY! I do not condone piracy.

Using keygenlib

Put the library folder into the root folder of your project. Open the file you want to use keygenlib in, then import the library using:

from keygenlib import *

Then generate the keys using (you will need to add a variable or use print to get your keys):

win95_retail()         # XXX-XXXXXXX
win95_oem()            # XXXXX-OEM-XXXXXXX-XXXX
elevendigit_retail()   # XXXX-XXXXXXX

Help wanted

  • Windows XP/Server 2003 Key generation

About

A Python library to generate product keys.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages