A lib that create image through words
Project description
SeedPhotos
A lib that create image through words
Install:
Use poetry or pip for installation:
pip install seedphotos
or
poetry add seedphotos
How to use:
from seedphotos.photos import *
photos = Photos(width=300, height=300, filename='image name', seed='word seed', folder='file folder', format='webp or jpg') # Mandatory parameters to generate the image
photos.getPhotos() # Download image
With all parameters satisfied it looks like this:
from seedphotos.photos import *
photos = Photos(width=300, height=300, filename='image', seed='Brazil', folder='/home/barbosa/test/test', format='jpg')
photos.getPhotos()
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
seedphotos-0.1.3.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seedphotos-0.1.3.tar.gz.
File metadata
- Download URL: seedphotos-0.1.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.0 Linux/5.4.0-97-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92bdca42d68adc0a236bd9d98a554fbbed875ad47f5a915512c492aec8053d1b
|
|
| MD5 |
e869899008f585dbfdfb7c908280e3f9
|
|
| BLAKE2b-256 |
1432d3141fd688a85f91d1d158999bcacf29a82e9abd3fd10fefe75c26ed9c31
|
File details
Details for the file seedphotos-0.1.3-py3-none-any.whl.
File metadata
- Download URL: seedphotos-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.0 Linux/5.4.0-97-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8dc48d5900fe51136cf1b8998742f0558aa5aa5d0ca4667752c9445cf12910b
|
|
| MD5 |
d9330a0d6e34b4a746cfee10f692e0d5
|
|
| BLAKE2b-256 |
560d9f5ecb6ced11f5400437480ac1d2fc70496bf5495cc95c6be11680b90546
|