Skip to content

A one-liner Python script which generates and prints a random UUID v4.

Notifications You must be signed in to change notification settings

Nexusss-ppatil/UUID-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

python3 -c "import uuid; print(uuid.uuid4())"

About

A one-liner Python script which generates and prints a random UUID v4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published