Go to file
Gabriel Augendre 63b5199982 Update 'README.md' 2022-01-02 19:29:25 +01: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
LICENSE Update 'LICENSE' 2022-01-01 22:27:29 +01:00
README.md Update 'README.md' 2022-01-02 19:29:25 +01: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.

Reuse

If you do reuse my work, please consider linking back to this repository 🙂