This is a CircuitPython library to generate a UUID version 4.
This driver depends on:
Adafruit CircuitPython <https://github.com/adafruit/circuitpython>
_
Please ensure all dependencies are available on the CircuitPython filesystem.
import circuitpython_uuid4 as Uuid
uuid = Uuid.generate_uuid_v4()
print(uuid)
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.