Commit Graph
3 Commits
Author SHA1 Message Date
Gracious 76e6732285 Restyle label designer with ttkbootstrap (flatly/darkly themes)
Modern flat widgets, coloured primary/danger/success buttons, themed
canvas/text backgrounds, and a light/dark toggle remembered in settings.
2026-09-21 08:22:14 +01:00
Gracious dfe26919ad Rewrite label designer as an item-based canvas editor
- Items (text blocks, emoji) are placed freely: click to select, drag to
  move, arrow-key nudge, rotate to any angle, resize, duplicate, fit/center
- Emoji picker now covers the full emoji set via emoji-data-python
  (~1,900, 9 categories, name search, hover shows the name); thumbnails
  are rendered by Pillow with Noto Color Emoji so ZWJ sequences and flags
  display exactly as they print
- Designs save/open as JSON; last design restored on launch
2026-09-21 08:15:27 +01:00
Gracious f9daab05e4 Add Tkinter label designer with emoji picker
label_app.py: label size presets, multi-line text with auto-fit / bold /
alignment, tabbed emoji picker (rendered via Noto Color Emoji,
gamma-darkened and dithered for the thermal head), live 1-bit preview,
save PNG, print in a background thread. Settings persist in
~/.config/niimprint-label/.

main.py is the earlier minimal GUI it supersedes.
2026-09-21 08:02:58 +01:00