Project

quotewall

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Generate a beautiful wallpaper from a specified quote
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.3
>= 0
>= 0

Runtime

>= 0
 Project Readme

Quotewall

Generate a beautiful wallpaper from a specified quote. Just because it's Why day :)

Quotewall

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request