Social Thumbnails Generator
Project description
Thumbny
A social media simple thumbnails creator
Command Examples
Help command:
thumbny --help
usage: thumbny [-h] {create,delete,generate,templates} ...
positional arguments:
{create,delete,generate,templates}
create Create a new template
delete Delete a template
generate Generate a thumbnail
templates List all templates
options:
-h, --help show this help message and exit
Create a template:
thumbny create -d \
'{
"key": "youtube",
"name": "sample thumbnail",
"width": 1280,
"height": 720,
"background_color": "#ffffff",
"background_image": "http://",
"labels": [
{
"key": "title",
"content": "Sample",
"position": {
"key": "relative",
"value": "middle,center"
},
"padding": {
"top": 10,
"bottom": 10,
"left": 10,
"right": 10
}
"alignment": "center",
"font_color": "#333333",
"font_size": 36
}
]
}'
Use a template:
thumbny generate -d \
'{
"name": "Test",
"template_key": "youtube",
"labels": [
{
"key": "title",
"value": "Hello YouTube"
}
]
}'
To remove a template:
thumbny delete -d '{"name": "template-name"}'
To list all templates info:
thumbny info -d '{"name": "template-name"}'
To list all templates:
thumbny templates
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
thumbny-1.3.0.tar.gz
(9.9 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
thumbny-1.3.0-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file thumbny-1.3.0.tar.gz.
File metadata
- Download URL: thumbny-1.3.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
279d2bd85168aa6131259b788ff4556728f61f9e61454d5a7c588aecb33ad63f
|
|
| MD5 |
16181ffcd41551fab5d89e72a240fee3
|
|
| BLAKE2b-256 |
24a6a1c8fa5a7564384cff4e13b9d1ea65e83259f4d04b3a66353a50be0cb0a4
|
File details
Details for the file thumbny-1.3.0-py3-none-any.whl.
File metadata
- Download URL: thumbny-1.3.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47c7f13e5fa27909c4843cd1e5529f34a43da7a93c81d785fcc486bb9844575a
|
|
| MD5 |
fbc49edcd9ab1e7a3bd7540c0979c2dc
|
|
| BLAKE2b-256 |
37c7afd0161894b3897fc68183d804d47302e18844d7e04694eac1b7150f6eaa
|