8000 GitHub - aerickson334/psfirew0rks: Fireworks in your PowerShell terminal 🎆
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aerickson334/psfirew0rks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firew0rks

Play text art animations in your PowerShell terminal! This package includes several pre-made animations like fireworks and a cozy fireplace.

Animation

Installation

.\Do-Firew0rks.ps1

Usage

.\Do-Firew0rks.ps1 -Animation fireworks -Loops 20

Parameters (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

Examples

Run with defaults (fireworks animation, 20 loops):

.\Do-Firew0rks.ps1

Play the fireworks animation with custom loops:

.\Do-Firew0rks.ps1 -Animation fireworks -Loops 3

Enjoy a cozy fireplace forever:

.\Do-Firew0rks.ps1 -Animation fireplace -Loops -1

Creating Your Own Animations

  1. Create a new folder for your animation
  2. Add text art frames as numbered .txt files (0.txt, 1.txt, 2.txt, etc.)
  3. Run .\Do-Firew0rks.ps1 with your folder name

Acknowledgments

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!

License

MIT

About

Fireworks in your PowerShell terminal 🎆

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%
0