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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

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