/RandomNameGetter

Grabs a selection of random baby names from a database.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Random Name Getter

Grabs a selection of random names from a .csv file. Personally I used the files found here

But anything with the format name,[B|G] (where B/G represents Boy/Girl) is suitable.

Prerequisites

Uses Python2.x

Usage

Have a .csv in the format described above and save it in the directory as bname.csv, run either namegen.py for a terminal-based version or NameGenerator.pyw for a version with a GUI.

License

This project is licensed under the GNU General Public - see the LICENSE.md file for details.