This is the reference (English) version. The canonical (Japanese) version is README-jp.md.
GUI tool for creating note.com article header images (1280×670). Drag & drop images onto the macOS app to add titles, themes, and period labels with crop control.
git clone https://github.com/y-marui/python-header-maker.git
cd python-header-maker
make installmake install builds the Automator app, installs it to /Applications/Note Header Maker/, and creates a shortcut on the Desktop.
Launch Note Header.app from the Desktop or Applications, or drag image files directly onto the app icon.
| Command | Description |
|---|---|
make build |
Build Automator app and install to /Applications/Note Header Maker/ |
make desktop |
Create Desktop shortcut |
make install |
build + desktop |
make lint |
ruff check . |
make type |
mypy src |
make test |
pytest |
make all |
lint + type + test |
- macOS (Automator / osascript)
- Python 3.11+
- uv
MIT License — see LICENSE
This document has a Japanese canonical version README-jp.md. Update both in the same commit when editing.