Go to file
Gabriel Augendre d4ec208121
Add list containing only girls names
2016-04-18 22:59:29 +02:00
src Fix duplicates 2016-04-18 17:36:22 +02:00
.gitignore Ignore OS X files 2016-04-18 17:24:28 +02:00
README.md Update README 2016-04-18 17:49:46 +02:00
liste-f.txt Add list containing only girls names 2016-04-18 22:59:29 +02:00
liste.txt Add smaller list 2016-04-18 18:26:13 +02:00
pom.xml Bump version number 2016-04-18 17:40:33 +02:00

README.md

Name Picker

Requirements

This project requires Java 8 and uses Maven for dependencies management.

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.