Tutorial
========

Installation
------------

.. code:: bash

    $ pip install daysgrounded

Usage
-----

.. code:: bash

    $ daysgrounded

Options
-------

.. code:: bash

    $ daysgrounded -h
    usage: daysgrounded [-option | child+/-days...]

    optional arguments:
      -h, --help            show this help message and exit
      -a, --auto            auto update based on date
      -v, --version         show version
      -l, --license         shows license
      child+/-days          eg. t+1 s-1

    No argument starts gui

Resources
---------

* `Repository <https://github.com/jcrmatos/DaysGrounded>`_

Contributing
------------

1. Fork the `repository`_ on GitHub.
2. Make a branch of master and commit your changes to it.
3. Ensure that your name is added to the end of the AUTHORS.txt file using the format:
   ``Name <email@domain.com> (url)``, where the ``(url)`` portion is optional.
4. Submit a Pull Request to the master branch on GitHub.

.. _repository: https://github.com/jcrmatos/DaysGrounded
