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.

afwf_genpass.genuuid4.gen_uuid4s() ScriptFilter[source]

Return a ScriptFilter of n_uuid4 fresh UUID4s.

afwf_genpass.genuuid4.main() ScriptFilter[source]

Alfred entry point. No parameters — returns n_uuid4 fresh UUID4s.