This code allows you to open up an image file and replace its pixels with stars as you move the mouse over the screen. Useful, right?
- Download and unzip gist from https://gist.github.com/jsundram/5441782/download
- Navigate to folder you unzipped this code to in Terminal
chmod +x install.sh./install.sh(this will take a while)python starry.py "filename.jpg"from the command line. Press Ctrl-S to save.