Play text art animations in your PowerShell terminal! This package includes several pre-made animations like fireworks and a cozy fireplace.
.\Do-Firew0rks.ps1.\Do-Firew0rks.ps1 -Animation fireworks -Loops 20Parameters (all optional):
[Animation]: Folder containing text art frames (numbered 0.txt, 1.txt, etc.). Defaults to 'fireworks'[Loops]: Number of times to loop the animation (-1 for infinite). Defaults to 20
Run with defaults (fireworks animation, 20 loops):
.\Do-Firew0rks.ps1Play the fireworks animation with custom loops:
.\Do-Firew0rks.ps1 -Animation fireworks -Loops 3Enjoy a cozy fireplace forever:
.\Do-Firew0rks.ps1 -Animation fireplace -Loops -1- Create a new folder for your animation
- Add text art frames as numbered .txt files (0.txt, 1.txt, 2.txt, etc.)
- Run
.\Do-Firew0rks.ps1with your folder name
This project is a PowerShell port of firew0rks by addyosmani, a JavaScript port of text_art_animations by rvizzz. Thank you for the inspiration and the amazing ASCII art animations!
MIT