All Projects → nomad-software → Meme

nomad-software / Meme

Licence: mit
A command line utility for creating memes

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Meme

Gify
JavaScript API for decoding/parsing information from animated GIFs using ArrayBuffers.
Stars: ✭ 124 (-43.89%)
Mutual labels:  gifs
Pornsearch
Easy way to search for porn content!
Stars: ✭ 156 (-29.41%)
Mutual labels:  gifs
Memetastic
Meme Creator for Android - Simple & Ad-Free
Stars: ✭ 206 (-6.79%)
Mutual labels:  memes
Deepfriedmemes.com
🅱️ Deep fries your pics. Serve with laundry sauce.
Stars: ✭ 131 (-40.72%)
Mutual labels:  memes
Flews
A multi-service news app written in Flutter
Stars: ✭ 148 (-33.03%)
Mutual labels:  imgur
Gnome Shell Screenshot
Gnome Shell extension for making and uploading screenshots
Stars: ✭ 163 (-26.24%)
Mutual labels:  imgur
Glitch This
📷 Glitchify images and GIF - with highly customizable options!
Stars: ✭ 1,396 (+531.67%)
Mutual labels:  gifs
Givegif
GIFs on the command line
Stars: ✭ 212 (-4.07%)
Mutual labels:  gifs
Discord Soundbot
A Soundboard Bot for Discord
Stars: ✭ 148 (-33.03%)
Mutual labels:  memes
Meme api
Summon a random meme at will
Stars: ✭ 202 (-8.6%)
Mutual labels:  memes
Lki.github.io
My blog, with memes in issues and TILs in README.
Stars: ✭ 131 (-40.72%)
Mutual labels:  memes
Imgur.sh
Bart's Imgur uploader bash script
Stars: ✭ 145 (-34.39%)
Mutual labels:  imgur
Picgo
🚀A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
Stars: ✭ 15,358 (+6849.32%)
Mutual labels:  imgur
Gifs
😂 📷 🎇 Storage place for all mah gifs.
Stars: ✭ 1,619 (+632.58%)
Mutual labels:  gifs
Ascii py
Make some ascii arts
Stars: ✭ 211 (-4.52%)
Mutual labels:  memes
Imguralbumbot
A reddit bot for linking direct images of single-picture albums
Stars: ✭ 107 (-51.58%)
Mutual labels:  imgur
Node Imgur
Upload images to imgur.com
Stars: ✭ 161 (-27.15%)
Mutual labels:  imgur
Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (-0.45%)
Mutual labels:  gifs
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+1143.44%)
Mutual labels:  imgur
Freezeout
Accelerate Neural Net Training by Progressively Freezing Layers
Stars: ✭ 196 (-11.31%)
Mutual labels:  memes

Meme

A command line utility for creating image macro style memes

Go report card


Am i the only one around here?

Features

  • Create memes from built-in templates
  • Create memes from image URL's
  • Create memes from local image files
  • Supports drawing on animated gifs
  • Supports intensifing images by shaking them slightly
  • Supports adding the 'triggered' banner
  • Resizes oversized images
  • Automatically upload to imgur.com (when passed a client id)
  • Works on Linux, Mac and Windows

Simple example

To create a meme use the following command. The image can be an built-in template, a URL or the path to a local file.

meme -i brace-yourselves -t "brace yourselves|the memes are coming"

When the command finishes, the location of the newly generated meme is printed to the terminal. This location can be overriden using the -o flag.

Installation

  • Install Go
  • Run go get -u -v github.com/nomad-software/meme

Automatic uploads

If you supply an imgur client id when invoking the command, the meme will automatically be uploaded to imgur.com. To get a client id, follow these steps.

  1. Create an imgur account
  2. Register this application for anonymous usage
  3. Once registered, you get a client id for use when invoking the command. See meme -help
  4. Read the rate limits

Help

Run the following command for help and to list all of the available built-in templates.

meme -help

Other examples

meme -i brace-yourselves -t "brace yourselves|the memes are coming"

Brace yourselves


meme -gif -i http://www.reactiongifs.com/r/trmp.gif -t "|when somebody mentions china"

When somebody mentions china


meme -shake -i kirk-khan -t "|khaaaaan"

khaaaaan


meme -trigger -i https://i.giphy.com/3o7abKGM3Xa70I7jCU.gif

triggered


Built-in templates

To create a meme using one of the built-in templates, use one of the following id's with the -i flag. (You can also list these using the meme -help command.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].