Name-Picker/README.md

21 lines
719 B
Markdown
Raw Permalink Normal View History

2016-04-18 17:48:51 +02:00
# Name Picker
## Requirements
2016-04-18 17:49:46 +02:00
This project requires __Java 8__ and uses Maven for dependencies management.
2016-04-18 17:48:51 +02:00
## 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](https://www.data.gouv.fr/fr/datasets/liste-des-prenoms-par-annee-prs/) 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.
2022-01-02 19:29:25 +01:00
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂