SkillAgentSearch skills...

Gravify

A Python library to interface with Gravatar profiles and avatars.

Install / Use

/learn @bsoyka/Gravify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Gravify

Gravify is a Python library to interface with Gravatar profiles and avatars.

>>> from gravify import AvatarGenerator
>>> AvatarGenerator(size=500).generate_url('hello@example.com')
'https://gravatar.com/avatar/1753bdb368271a785887ddbfb926164f2f7c6a88f609c07ff0401c5572955206?s=500'

Total Downloads Supported Versions Testing Status Coverage GitHub last commit

Installation and usage

Gravify is available on PyPI. Install it with your preferred package manager:

$ uv add gravify
$ pip install gravify

Gravify officially supports Python 3.10+.

Read the documentation to learn how to use Gravify.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1mo ago
Forks7

Languages

Python

Security Score

90/100

Audited on Feb 26, 2026

No findings