This project will help you in creating serial numbers for your software or device. it might not be the best but I'm trying to create as perfectly as I can.
Modules used in this project:
- Tkinter (for its GUI)
- Pyperclip (for Copy text)
there are 2 plain text boxes:
1.Developer Passcode: here you can set a manual passcode in case you want specific people can use this software.
2.Enter Serial Number here you can enter the serial number of your device to generate passwords based on it. I used a simple multiply function for the (service and factory), but you can change it to any function you want. even you can use encrypting modules.
there are 4 buttons for :
- verifying developer passcode
- generating password based on the SN you entered
- one for copying service password
- one for copying factory password
I hardly tried to write codes so easy and readable, so everyone can understand and use it, but if there was any problem i will be glad if you report.