import time def get_uid(): return hex(int(time.time() * 10 ** 7))[2:]