Metadata-Version: 2.0
Name: gopher
Version: 0.1.12
Summary: Download randomized gopher image (png) from gopherize.me
Home-page: https://github.com/taxpon/gopher
Author: Takuro Wada
Author-email: taxpon@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Requires-Dist: click (>=2.0)
Requires-Dist: requests (>=2.13.0)

Gopher
======

Download randomly generated gopher image from `gopherize.me <https://gopherize.me>`_.

Install
-------
.. code-block:: bash

    pip install gopher


Usage
-----

.. code-block:: bash

    Usage: gopher.py [OPTIONS]

    Options:
      -o, --output TEXT  Output file name (png).
      -w, --overwrite    Overwrite if the same name file already exists.
      --help             Show this message and exit.


LICENSE
-------
MIT


