i have a program for object detection and verifiaction in python with yolov3.
now i want to make it paid like if someone want to use in their system it required a license key to use that application. and also if user copy that project to another computer it won't work untill new license key.
or any alternate and good method to protect this.
I can help you with this.
Adding license feature to your python project is achievable. I see that you want it to run only on single machine.
I need to understand whole scenario better and then I will be able to tell you exactly how we will do this.
I have done similar task in past for python itself on raspberry pi 4.
Lets talk for more clarity.