Reputation: 9173
I want to use (maybe os
or sys
module or any other module) python to get a unique identifier of the client. Such as CPU number or anything else that is fixed and never changes. How is this possible?
Upvotes: 0
Views: 140
Reputation: 18418
I'd take a look to
https://pypi.python.org/pypi/PyCPUID
or to this question: Get a unique computer ID in Python on windows and linux
Upvotes: 1