python import shortuuid uuid = shortuuid.uuid() short_id = shortuuid.uuid() print("UUID:", uuid) print("Short ID:", short_id) pip install shortuuid