Generate emblems from an icon and a background
Find a file
Steffo 4b94eff312
All checks were successful
Test with Pytest the Python package using Poetry / Run tests (push) Successful in 15s
Fix poetry lock hash??
2025-11-26 03:18:30 +01:00
.forgejo/workflows Do not use vars in paths 2025-10-30 10:08:08 +01:00
.idea warnings are useless if they're raised all the time even when they're not true 2025-11-04 08:59:22 +01:00
.media Experiment with HTML in Markdown 2025-11-04 08:48:30 +01:00
.vscode Remove empty launch.json 2025-11-13 03:35:31 +01:00
docs Remove sphinx-autobuild from makefile 2025-11-19 05:14:31 +01:00
emblematic Add support for --shadow-opacity 2025-11-03 10:01:53 +01:00
test_resources Add support for --shadow-opacity 2025-11-03 10:01:53 +01:00
tests Add support for --shadow-opacity 2025-11-03 10:01:53 +01:00
.editorconfig Add trailing newline 2025-11-14 04:39:40 +01:00
.gitattributes Exclude makefile from repo stats 2025-11-03 10:11:15 +01:00
.gitignore Test solid emblem generation 2025-10-30 08:18:16 +01:00
LICENSE.txt Relicense under EUPL-1.2 2023-11-19 03:00:13 +01:00
poetry.lock Fix poetry lock hash?? 2025-11-26 03:18:30 +01:00
pyproject.toml Bump up lxml requirement to 6.0.0 2025-11-15 01:44:16 +01:00
README.md Add CLI with Click badge 2025-11-14 03:36:33 +01:00

Emblematic

Generate emblems from an icon and a background

Quick setup

Make sure pipx and Inkscape are installed, then:

pipx install emblematic
pipx run emblematic --version
pipx run emblematic --help

See the documentation for more information.

What is an emblem?

It's an icon suitable for an avatar, or a project!

Like the one you see at the top of this README!

Tools

Written in Python CLI with Click Prose with Sphinx Testing with pytest SVG conversion with Inkscape

Packaging

Available on PyPI Available on Forgejo Packages

Documentation

Documentation available Licensed under EUPL-1.2

Development

Code repository Releases Issues Pull requests