So say I want to make a software using python that you have to purchase. How would I make a system that gives users a "whitelist code" which they can use to gain access to my software. This code however, needs to be one-time use and HWID binded. I am not an expert python developer by any means so I have no idea where to begin with such a task.
Any help greatly appreciated.