Home

Awesome

<center>

FlipAnimGen ๐Ÿ“ฝ๏ธ

Dithering animation generator from video files for Flipper Zero written in Python ๐Ÿ

CodeStyle PyPI - Python Version

GitHub contributors GitHub License

</center>

Tested on ๐Ÿงช

Installation ๐Ÿ“ฆ

Before installing the package, make sure you have installed Python and Git on your system.

# Via pipx (recommend)
pip install pipx -U
pipx install flipanimgen

# Via pip (not recommended due to conflicts with other package versions)
pip install flipanimgen

Usage ๐ŸŽฏ

flipanimgen --help

# Example
flipanimgen -i input_animation.mp4 -o output_animation_folder

After running the command, the program will generate a folder with the animation frames in the specified directory.

Then you can use FlipperAM to generate a manifest for adding the animation to Flipper Zero

License ๐Ÿ“œ

This project is licensed under the GNU AGPLv3 License - see the LICENSE file for details.