Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 489 Bytes

py-agify

A python wrapper for Agify, Genderlize, Nationalize API

Example:

from pyagify.agify import GenderizeClient

client = GenderizeClient()
gender = client.get_gender("Allen")
print(gender)

Links

Progress

  • Initial Function
  • Docs
  • All In One Class