Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.52 KB

Sticker-pack-for-redbubble

Create perfectly distanced sticker packs for redbubble with 5 images

GUI included

image

Installation

Requires Python 3+ pip is a package-management. Starting with Python 3.4, it is included by default with the Python binary installers.

Run this commands through CMD or Bash

pip install PySimpleGUI

pip install Pillow

Usage

Run stickerPack.pyw

You can run it through CMD or Bash with this command python3 stickerPack.pyw

  • Browse and select 5 images (PNG and JPG surely supported)
  • Set width and height of canvas (better if squared)
  • Browse and select a folder where to output the pack
  • Write the name wanted for the pack
  • Click Generate

Enjoy!

Notes

  • The extension of the script is pyw since no CLI is needed
  • The coordinates where the images are placed are based on canvas size
  • There is a variable distance between each image based on canvas size
    • You can reduce or increase it by changing line #36 and #37
    • image
    • The more you divide the less are distanced, and the other way around if you decrease the division factor
    • The image distance is not exactly tested, feel free to open an issue to change it for everyone