Giter Club home page Giter Club logo

blobby's Introduction

Blobby (the blobifier)

Simple python script to make a blob emoji combined with another image. Designed to quickly create emojis for Slack/Mattermost with company/product logos.

Prerequisites

  • Python 3
  • Pip

Quick start

# Install required modules
pip install -r requirements.txt

# Run script
python3 blobby.py -i <myimage>.png

# View blob-<myimage>.png

Options

usage: blobby.py [-h] -i IMAGE [--show] [--yell] [--cheer] [-o OUTPUT]

options:
  -h, --help            show this help message and exit
  -i IMAGE, --image IMAGE
                        Image to decorate
  --show                Show image instead of saving to file
  --yell                Make old man yelling at X emoji instead of blob
  --cheer               Cheering blob gif instead of normal blob
  -o OUTPUT, --output OUTPUT
                        Output image (default is ./blob-<image>.png, ./old-man-yells-at-<image>.png, or ./blob-cheer-<image>.gif)

Icons

The icons folder stores the base blob (170x170), base old-man-yells-at, blob cheer gif, and some blob-ception images.

When using a new image with this script you should keep these considerations in mind:

  • Transparent backgrounds will offer the best results (https://www.remove.bg/ is an easy way to make this happen)
  • High quality is good, but the image will be resized to 78x78 to fit in with the blob template properly
  • If your logo is a strange shape it may not work well with the resizing (might turn out really small), you can adjust the LOGO_SIZE value in the script

blobby's People

Contributors

mjnagel avatar ezranagel avatar

Stargazers

Phillip avatar  avatar Ryan Garcia avatar zamaz avatar Palassis avatar Noah avatar  avatar

Watchers

 avatar

Forkers

ezranagel

blobby's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.