Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.44 KB

FlipAnimGen 📽️

Dithering animation generator from video files for Flipper Zero written in Python 🐍

CodeStyle PyPI - Python Version

GitHub contributors GitHub License

Tested on 🧪

  • Windows 11
  • Linux
  • MacOS

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.

Acknowledgments 🙏

  • Thanks @eblet for Flipper Zero