Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 501 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 501 Bytes

BabyNamer

Written in Python by Randall Arms @ randallarms.com

Summary

Get statistics on the most popular baby names throughout the years from the SSA website, as well as generate new baby name combinations from the data for any year!

Instructions

  • babynamer.py: Enter a year (current options: 1880-2019), a gender (boy, girl), and a middle name option (yes, no).
  • plot.py: Enter a name (case-sensitive) to see a line graph of popularity over the years (requires matplotlib for pyplot).