MakeSticker is a tiny but mighty CLI tool for creating Project SEKAI stickers with your favorite characters and custom text, right from your terminal! 💻🌟
Written in Go, robust, and perfect for memes, reactions, or just spreading love in sticker form. 💌
- Supports all Project SEKAI characters
- Fully configurable text (position, rotation, size)
- Supports accents aka. diacritics (ľ, š, č, ...)
- Outputs PNG images to file or stdout
- Written in Go and blazingly fast! ⚡
See Releases
- Install Go (https://go.dev)
- Run:
go install -v github.com/MatusOllah/makesticker@latest
The binary will be installed to $GOPATH/bin
, so make sure that's in your $PATH
.
makesticker [options] character "your message here"
For example:
makesticker emu_13 "Wonderhoy!" -o my_sticker.png
➡️ This produces a sticker with Emu and the text "Wonderhoy!", saved as my_sticker.png
.
You can find the full list of available characters here, or by running:
makesticker --list-characters
Example IDs include: miku_01
, emu_13
, tsukasa_11
, airi_02
, etc...
-h, --help Print help message
-L, --list-characters List all available characters and exit
-o, --output string Output image (- = stdout) (default "sticker.png")
-q, --quiet Be quiet and disable spinner
--text-font-size float Text font size (default 36)
--text-rotation float Text rotation in radians (default -0.2)
--text-x float Text X position (default 148)
--text-y float Text Y position (default 58)
--version Print version and exit
Your sticker will be saved as a PNG file, or via stdout, with your chosen character and message.
Perfect for Discord, WhatsApp, Reddit, or anywhere really! 😄
Copyright (c) 2025 Matúš Ollah
Licensed under the MIT License (see LICENSE) - free to use, fork, remix, and share!