Go to file
2016-04-18 17:48:51 +02:00
src Fix duplicates 2016-04-18 17:36:22 +02:00
.gitattributes Add .gitattributes 2016-04-18 17:38:36 +02:00
.gitignore Ignore OS X files 2016-04-18 17:24:28 +02:00
liste_prenoms_2004-2012.txt Add names list from french Open Data 2016-04-18 17:30:02 +02:00
pom.xml Bump version number 2016-04-18 17:40:33 +02:00
README.md Add README 2016-04-18 17:48:51 +02:00

Name Picker

Requirements

This project requires Java 8

Description

This program helps you pick a name from a list according to some conditions. An example list that comes from the French Government Open Data is included.

Conditions

For the moment, the conditions are :

  • 6 letters. No more, no less.
  • No H.
  • Not ending with an A.
  • Alternate vowels and consonant.
  • No repeated letter.
  • Exactly one B, or M, or P.

Next releases are expected to implement a GUI for defining your own conditions.