0

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?

Mostafa Talebi
  • 8,825
  • 16
  • 61
  • 105

1 Answers1

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

Community
  • 1
  • 1
Savir
  • 17,568
  • 15
  • 82
  • 136