You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gabriel Augendre 63b5199982 Update 'README.md' 1 year ago
src Fix duplicates 7 years ago
.gitignore Ignore OS X files 7 years ago
LICENSE Update 'LICENSE' 1 year ago
README.md Update 'README.md' 1 year ago
liste-f.txt Add list containing only girls names 7 years ago
liste.txt Add smaller list 7 years ago
pom.xml Bump version number 7 years ago

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 🙂