Software Registration Key Generator - Python Tkinter GUI Tutorial 189

2021/08/31 に公開
視聴回数 14,953
0
0
In this video we'll build out a software registration key generator.

Let's say you build some software that you want to sell, and you want your users to need a registration key in order to unlock the software.

This code will build a registration key in this general pattern:
aaaa-bbbb-cccc-dddd-1234


Randomly assigning letters or numbers to each of those digits of the key.


#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:53 - What Makes A Valid Registration Key?
4:26 - Build Out The GUI
8:11 - Clear Our Fields
8:48 - Set Key Defaults
11:18 - Loop and Randomly Generate Key
13:13 - Add Dashes To Key
14:07 - Grab 24 Digits For Our Key
14:55 - Output The Key
15:27 - Conclusion