/GIF-Progress-Bar-Editor

Easy and fast way to add a progress bar to your GIF.

Primary LanguagePythonCreative Commons Attribution 4.0 InternationalCC-BY-4.0

GIF Progress Bar Editor

badge-lastcommit badge-openissues badge-license badge-contributors badge-codesize

What is GIF Progress Bar Editor?

GIF Progress Bar Editor is a tool that provides an easy and fast way to add a progress bar to your GIF.

Platforms

  • Cross-platform

Dependencies

Development & Use

  • Python
  • PIP

Motivation

This application is useful for those who like to add progress bars to GIFs, but don't have a simple way to do it.

Installation and usage

Source code:

  1. Fork the repository on GitHub.
  2. Go to your fork of the repository and copy the link to clone your repository.
  3. Go to Git on your local machine and use the command git clone (your link).
  4. Install the dependencies with pip install -r requirements.txt.

After doing this, you should be able to run GIF Progress Bar Editor by executing main.py from the command line using Python. Just use the command:

python3 main.py ${your filename}

That's it! The script does the rest.

There are also optional parameters that allow you to personalize your gif:

python3 main.py ${your filename} color=${your color} out=${your output filename} height=${your progress bar height}

Where:

  • color is a name color (Currently only colors in ['white','red','green','blue','black'] are supported) representing the color of the progress bar.
  • height is an integer representing the height of the progress bar.
  • out is a string representing the output filename.

Example

Before:

Supple-Crystal

Command:

py main.py Supple-Crystal.gif color=red height=5 out=my_gif.gif

After:

my_gif

Image taken from Supple Crystal.

Contributors

Thanks to these wonderful people for making GIF Progress Bar Editor possible!

License

This work is licensed under a Creative Commons Attribution 4.0 International License.