No description
src | ||
.gitignore | ||
liste_prenoms_2004-2012.txt | ||
pom.xml | ||
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.