Convert Text to HandWritten Image
Project description
Parameters
- text (
str): The input text string that will be converted into a handwritten-style image.
Returns
- ImageFile: An image file containing the handwritten version of the input text.
Example Usage
from py_handwrite import handwrite
text = "Hello, this is a handwritten text!"
image = handwrite(text)
# Save the output image
image.save("handwritten_text.png")
# Show the image
image.show()
Dependencies
Make sure you have the py_handwrite module installed before using this function.
pip install py_handwrite
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_handwrite-1.0.tar.gz
(715.2 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
py_handwrite-1.0-py3-none-any.whl
(726.2 kB
view details)
File details
Details for the file py_handwrite-1.0.tar.gz.
File metadata
- Download URL: py_handwrite-1.0.tar.gz
- Upload date:
- Size: 715.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
395a42108f04992f9665a6dc358f1e85ad29df9ca0a0035176d22a6272ca75bb
|
|
| MD5 |
07a05394f6240186d25d9bdcb7c3c7e3
|
|
| BLAKE2b-256 |
0ad91219d0056b45f85bc780600c4031731e8dfc757bacadca45e9a5259a1a03
|
File details
Details for the file py_handwrite-1.0-py3-none-any.whl.
File metadata
- Download URL: py_handwrite-1.0-py3-none-any.whl
- Upload date:
- Size: 726.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d4d80803308319d4da5a7b7bc1960059e4688bd5328d275bd2f8d83b540f3ff
|
|
| MD5 |
4302142bc916ca6174dc8f3768cfdb0e
|
|
| BLAKE2b-256 |
c4e9611e9012e00a0d87e02879e325b324d11917d52f4317ead1049d47d68515
|