Skip to content

Web-API for uuidtools.com website that provides a free tool and API for generating UUIDs on-the-fly

Notifications You must be signed in to change notification settings

vinnykwon/uuid_tools.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

uuid_tools.py

Web-API for uuidtools.com website that provides a free tool and API for generating UUIDs on-the-fly

Example

import uuid_tools
uuid_tools = uuid_tools.UUIDTools()
decoded_uuid = uuid_tools.decode_uuid(uuid="")
print(decoded_uuid)

About

Web-API for uuidtools.com website that provides a free tool and API for generating UUIDs on-the-fly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages