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?
Asked
Active
Viewed 117 times
0

Mostafa Talebi
- 8,825
- 16
- 61
- 105
-
This question appears to be off-topic because it is about asking about writing code on someone's behalf, not fixing a specific programming issue. – anon582847382 Apr 06 '14 at 17:45
-
1How so? Looks like a completely legitimate question to me. – Larry Lustig Apr 06 '14 at 17:51
1 Answers
1
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