python_avatars icon indicating copy to clipboard operation
python_avatars copied to clipboard

Persistent avatar generation from input string

Open chiliec opened this issue 5 months ago • 3 comments

Is your feature request related to a problem? Please describe.

For example I want to add default avatar from username and it should be consistent when generated twice.

Describe the solution you'd like

username = "chiliec"
stableAvatar = pa.Avatar.random(from=username)

chiliec avatar Jan 31 '24 11:01 chiliec