Awesome
<center>FlipAnimGen ๐ฝ๏ธ
Dithering animation generator from video files for Flipper Zero written in Python ๐
</center>
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.