A generator of Brazilian typical names.
Project description
br_nome_gen
Gerador aleatório de nomes brasileiros.
Exemplo de uso:
Uma forma simples de usar isso é assim:
from br_nome_gen import pessoa_random
p = pessoa_random()
print(f"{'Homem' if p.masc else 'Mulher'}: {p.nome}")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
br-nome-gen-1.3.0.tar.gz
(7.0 kB
view hashes)