郭磊 Images API
Project description
介绍
郭磊 Images API
软件架构
~python 3.*
安装教程
pip install guolei-py3-images
目录说明
imgkit Api 示例
import os
import random
import string
from guolei_py3_images.imgkit import str_to_image
output_path = str_to_image(
output_path=os.path.join(os.path.dirname(__file__), "runtime", 'test.png'),
content="".join(random.choices(string.ascii_letters,k=100))
)
print(output_path)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file guolei_py3_images-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: guolei_py3_images-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4494bca8e892acbe95e5b18f8ffb27e74b24376b337604dacedf7f4e749d12c |
|
MD5 | 39cfe7403baff76192f63054ec639ba6 |
|
BLAKE2b-256 | c17a5b6be20647ac7137229311f42d705c3cecce08a81fbbbbcf1c667cab9866 |