Quotewall
Generate a beautiful wallpaper from a specified quote. Just because it's Why day :)
Dependencies
Install dependencies using homebrew
Imagemagick
Brew imagemagick
brew install imagemagick
Ghostscript
brew install ghostscript
Installation
Add this line to your application's Gemfile:
gem 'quotewall'
And then execute:
$ bundle
Or install it yourself as:
$ gem install quotewall
Usage
quotewall "when you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create." "Why The Lucky Stiff"
Limitations
It will only work on OS X. It has only been tested in version 10.8.4 on a MacBook Air 11" screen
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request