Skip to content

Create perfectly distanced sticker packs for redbubble with 5 images

License

Notifications You must be signed in to change notification settings

DeusAres/Sticker-pack-for-redbubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Create perfectly distanced sticker packs for redbubble with 5 images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages