Skip to content

Instantly share code, notes, and snippets.

@pavellishin
pavellishin / snowjob.py
Created December 22, 2011 15:47
Make your terminal snow with python
#!/usr/bin/env python
import os
import random
import time
import platform
snowflakes = {}
try:
# Windows Support
@pavellishin
pavellishin / snowjob.py
Created December 22, 2011 15:45 — forked from sontek/snowjob.py
Make your terminal snow with python
#!/usr/bin/env python
import os
import random
import time
import platform
snowflakes = {}
try:
# Windows Support