Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 738 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 738 Bytes

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.