Skip to content

allenng321/py-agify

Repository files navigation

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

About

A python wrapper for Agify, Genderlize, Nationalize API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages