genuuid4¶
Random UUID4 generator and its Alfred Script Filter entry point.
UUID4 has a fixed RFC 4122 format (8-4-4-4-12 lowercase hex, 36 chars
incl. hyphens) so this module takes no length / charset configuration —
it always produces 122 bits of randomness via uuid.uuid4().
- afwf_genpass.genuuid4.gen_uuid4() str[source]¶
Generate one random UUID4 string, e.g.
550e8400-e29b-41d4-a716-446655440000.