Python (maybe sys or os module) to get a unique identifier of client's machine -


i want use (maybe os or sys module or other module) python unique identifier of client. such cpu number or else fixed , never changes. how possible?

i'd take

https://pypi.python.org/pypi/pycpuid

or question: get unique computer id in python on windows , linux


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -