Skip to main content

a package that generates profile picture from your name

Project description

A package to generate profile picture from a given string and gives you the option to choose the background color of the image. It is a simple package that can be used in any python project. Eg: django, flask, etc.

Installation

pip install demoProfile

Usage

from demoProfile import generate
img = generate("sheikh umaid")
img.save("profile.png")

To use a custom background color

from demoProfile import generate
img = generate("sheikh umaid", 'pink')
img.save("profile.png")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

demoProfile-0.0.4.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

demoProfile-0.0.4-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page