Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 720 Bytes

fortune: Display random quotes

Introduction

fortune is yet another implementation of the Unix-style fortune program that displays a random message from a database of quotations. Conceptually, it's similar to the BSD fortune program originally written by Ken Arnold. Unlike Arnold's program, this version is written in Python and should run anywhere there's a Python interpreter.

For installation and usage instructions, please see the web page.

Copyright

Copyright © 2008-2012 Brian M. Clapper

License

BSD license.