Requirements
~~~~~~~~~~~~

- Python3
- argparse module
- fortune data files

Installation
~~~~~~~~~~~~

- From github

$git clone https://github.com/jbahuleyan/fortune3py.git

- From PyPI

$pip install fortune3py

Data files
~~~~~~~~~~

You can get data files from the Debian project (fortune-mod-* package). Unzip and point fortune3py to the
data folder using fortune.ini

data=path/to/data/
offdata=path/to/offensive/data/

fortune3py looks for the configuration file 'fortune.ini' under $HOME/ or %HOME% depending on your system.
This can be changed by specifying the configuration file path using the --ini=/path/to/config option.
