Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sontek/snowmachine
A python script that allows your terminal to snow.
https://github.com/sontek/snowmachine
Last synced: 5 days ago
JSON representation
A python script that allows your terminal to snow.
- Host: GitHub
- URL: https://github.com/sontek/snowmachine
- Owner: sontek
- License: bsd-3-clause
- Created: 2013-01-07T01:47:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T22:54:34.000Z (10 months ago)
- Last Synced: 2024-11-29T04:34:43.022Z (15 days ago)
- Language: Python
- Size: 280 KB
- Stars: 491
- Watchers: 6
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-terminal-art - snowmachine
- awesome - sontek/snowmachine - A python script that allows your terminal to snow. (Python)
README
snowmachine
=======A python script that allows your terminal to snow. View it in action here:
* https://asciinema.org/a/624427
* https://asciinema.org/a/376826
* https://asciinema.org/a/376827*homebrew*:
```bash
brew tap sontek/snowmachine
brew install sontek/snowmachine/snowmachine
```*pypi*:
```bash
pip install snowmachine
```*nix*:
```bash
nix-shell -p snowmachine --command snowmachine
```*docker*:
```bash
docker run --rm -ti sontek/snowmachine
```Getting Started
---------------
You can make it snow:```bash
$ snowmachine snow
```or render a tree:
```bash
$ snowmachine tree
```You can also tell it to stack the snow if you prefer.
```bash
$ snowmachine snow --stack=pile
```If you don't like the unicode particles you can tell it to use
asterisk or some other character. If you use cmd.exe for example,
this will be required.```bash
$ snowmachine snow --stack=pile --particle="*"
```You can also change the particle colors if you would like:
```bash
$ snowmachine snow --color=rainbow
```In addition you can change the speed of particles:
```bash
$ snowmachine --speed=5
```You can find a bash(shell) script version of this here:
https://gist.github.com/sontek/1505483Screenshot:
![Screenshot 1](https://i.imgur.com/r8MRa17.png)
![Screenshot 2](https://i.imgur.com/d8rH4de.png)