DEMO + SERIAL SYSTEM FOR PYTHON APPLICATIONS

Job ID: 32103016

Budget: $30 – $250 USD

I need a plug and play DEMO PROTECTION + SERIAL NUMBER ACTIVATION SYSTEM FOR PYTHON APPLICATIONS.

Basic idea: I have a mysql db that has a column of serial numbers and a column of booleans.

i need a php file that can SAFELY connect to this table.

Then I need a PYTHON MODULE that can be used to cconnec to the above php script , which in turn connects to the database

user enters a serial number into the software.=> the module catches it and sends it to the server, and gets a reply 1) is the serial valid 2) is it unused , ie boolean 0
If so, the software gets unlocked
so basically I need serial number based DRM for python applications
something that I can easily add to a python application