{"id":13937686,"url":"https://github.com/shakaran/pygifme","last_synced_at":"2025-03-21T02:30:52.431Z","repository":{"id":7769363,"uuid":"9138152","full_name":"shakaran/pygifme","owner":"shakaran","description":":trophy: pygifme is a simple command line tool to generate animated GIFs. It is a python port from the original ruby script gifme created by [@holman](https://twitter.com/holman)","archived":false,"fork":false,"pushed_at":"2021-08-31T14:26:16.000Z","size":642,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T19:52:12.403Z","etag":null,"topics":["animated-gifs","gifme","imagemagick","python","python-port"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shakaran.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["shakaran"],"patreon":"shakaran","custom":["https://www.paypal.me/quijost","shakaran.net"]}},"created_at":"2013-04-01T00:10:40.000Z","updated_at":"2023-07-11T19:59:59.000Z","dependencies_parsed_at":"2022-09-13T14:01:21.806Z","dependency_job_id":null,"html_url":"https://github.com/shakaran/pygifme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpygifme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpygifme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpygifme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpygifme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakaran","download_url":"https://codeload.github.com/shakaran/pygifme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244725422,"owners_count":20499592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animated-gifs","gifme","imagemagick","python","python-port"],"created_at":"2024-08-07T23:03:47.165Z","updated_at":"2025-03-21T02:30:51.991Z","avatar_url":"https://github.com/shakaran.png","language":"Python","funding_links":["https://github.com/sponsors/shakaran","https://patreon.com/shakaran","https://www.paypal.me/quijost","shakaran.net","https://www.paypal.me/quijost/3"],"categories":["Python"],"sub_categories":[],"readme":"# pygifme\n\n![pug](http://f.cl.ly/items/0T0f2w2C2z3T343w0u37/pug.gif)\n\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\n[![Travis status build](https://secure.travis-ci.org/shakaran/pygifme.png?branch=master)](http://travis-ci.org/shakaran/pygifme)\n\n[![Coverage status](https://coveralls.io/repos/shakaran/pygifme/badge.png?branch=master)](https://coveralls.io/repos/shakaran/pygifme/badge.png?branch=master)\n\n[![Pypi status](https://pypip.in/v/pygifme/badge.png)](https://pypip.in/v/pygifme/badge.png)\n\n[![Crate status](https://crate.io/packages/pygifme)](https://crate.io/packages/pygifme)\n    \n## Fucking animations. You need them.\n\npygifme is a simple command line tool to generate animated GIFs. It is a python port from the original ruby script gifme created by [@holman](https://twitter.com/holman)\n\n## Installation\n\nInstall pygifme:\n\n    pip3 install pygifme\n\nYou also can install via setup.py file:\n\n    python3 setup.py install\n\nYou'll also need to install ImageMagick. \n\nOn GNU/LINUX Debian systems:\n\n    sudo apt-get install imagemagick\n\nOn OS X, this is easy using Homebrew:\n\n    brew install imagemagick\n\nThis script is for Python \u003e= 3.0. It also needs python module argcomplete if\nyou wish pygifme autocompletion in command line.\n\nYou can install with:\n\n    sudo pip3 install argcomplete\n\nOr via requirements.txt file:\n\n   sudo pip3 install -r requirements.txt --use-mirrors\n\n## Usage\n\n    pygifme ~/Desktop/1.png ~/Desktop/2.png\n    You now have a handsome animation at ~/Desktop/animated.gif\n\nYou can also glob, of course:\n\n    pygifme ~/Desktop/*.jpg\n    You now have a handsome animation at ~/Desktop/animated.gif\n\n## CloudApp\n\nOnce your animation is finished up, we'll try to upload it to\n[CloudApp](http://www.getcloudapp.com). If you have \n[`cloudapp`](https://github.com/holman/dotfiles/blob/master/bin/cloudapp)\nscript installed, we'll use that, otherwise we'll just skip this whole step.\n\n## Super Advanced Usage\n\nOn some gifs, it's nice to have a smooth loop, so when it ends there's not a\njarring leap from the last frame to the first frame again. Use the `--reverse`\nswitch to create the animation like normal, and then reverse the frames and add\nthem to the animation so it looks like one smooth motion and back again.\n\n    pygifme FILES --reverse\n\nIf you pass in a URL of a gif instead of FILES, we'll download that gif, split\nit into its constituent frames, and let you recreate it. For example, you could\ntake a gif you find online and give it that `--reverse` look:\n\n    pygifme http://tumblr.com/some-crazy.gif --reverse\n\nYou can also resize shit. We default to 500 pixels, but do whatever the fuck\nyou want.\n\n    pygifme http://tumblr.com/some-crazy.gif --width=1000\n\nFor other options, check out the help:\n\n    pygifme -h\n\n## History\n\nIf you're curious, gifme was initially a few-line shell script in [Zach Holman\ndotfiles](https://github.com/holman/dotfiles). Eventually it became clear that\nanimation is a fundamental part of our society, and I split it out into its own\ntiny project.\n\nIf you're curious, Zach Holman featured the older gifme version [in a\nscreencast](http://zachholman.com/2011/01/automating-inefficiencies/) Zach Holman made\nthat describes how animated gifs are an integral part of working at GitHub.\n\nI made this python port just for fun and practice ruby to python porting.\n\n## Running unit tests\n\nThis is a simple script, but it can have unexpect behaviour doing weird things\nwith ImageMagick backend. So, if you want ensure the common behaviour, then you\ncan run the unit testing battery with:\n\n    python3 -m unittest test\n\nAlso from setup.py (recommended):\n\n    sudo python3 setup.py test\n\n## Much Love\n\nFrom [@holman](https://twitter.com/holman). Zach Holman loves you.\n\n## About\n\nMantainer [@shakaran87](https://twitter.com/shakaran87).\n\n[![Buy me a coffee](https://i.imgur.com/Sk4LFzF.png)](https://www.paypal.me/quijost/3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakaran%2Fpygifme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakaran%2Fpygifme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakaran%2Fpygifme/lists"}