GitXplorerGitXplorer
d

pulse-gif

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b245ad7aece7e29a3fa21a7422b5136f01f170d9

Added more usage info

ddiegolascasas committed 10 years ago
Unverified
a57311fe669d9a4a6cedf6d27b34624e06e2c809

made script exectuable, added usage information in README

ddiegolascasas committed 10 years ago
Unverified
25123af75e252341daeb7bc52797b34ffaab9b30

added main file

ddiegolascasas committed 10 years ago
Unverified
77aa26b9854d21da356d273121cccfc71a20fbb8

Update README.org

ddiegolascasas committed 10 years ago
Unverified
e2f389bd280c955be4f5b0401a55cc2228b52be9

Update and rename README.md to README.org

ddiegolascasas committed 10 years ago
Unverified
bf652b91b5753fcd00b047f2e597f793113bd2c9

Initial commit

ddiegolascasas committed 10 years ago

README

The README file for this repository.
  • Pulse-gif Create text pulsating in a specified frequency.

Inspired in a [[http://xkcd.com/1331/][XKCD comic]].

Usage: #+BEGIN_SRC bash pulse-gif.py [-h] [--frequency F] [--output FILENAME] Text [Text ...] #+END_SRC

Arguments:

  • Text :: The text you want printed in the gif image. No need for quotes.
  • -h, --help :: show this help message and exit
  • --frequency F, -f F :: Frequency (per second) of the pulse. Default: 0.25.
  • --output FILENAME, -o FILENAME :: Filename of the resulting gif. If the .gif sufix is not present it is added automaticaly. Default: pulse.gif)

Dependencies: