Skip to content

TeMU-BSC/spanish-person-names-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spanish Person Name Generator

This script generate a 10k list of random names extracted from the gazeteers compiled by the Instituto Nacional de Estadística.

Given a list of male and female names, and a list of surnames creates random names composed of:

  • name + first surname + second surname

where each of them can be composed of one or more words.

Usage

It expects a folder called 'gazeteers' with three files within it:

  • female_names.txt
  • male_names.txt
  • surnames.txt
python3 generate_random_names.py 

About

Generator of Spanish names based on the lists of INE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages