phase-of-the-moon/README.md

24 lines
678 B
Markdown
Raw Permalink Normal View History

2024-11-01 21:30:04 +00:00
# Phase Of The Moon
[![PyPI - Version](https://img.shields.io/pypi/v/phase-of-the-moon.svg)](https://pypi.org/project/phase-of-the-moon)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/phase-of-the-moon.svg)](https://pypi.org/project/phase-of-the-moon)
Displays a message either during a full moon or during a new moon. The calculation is based on the Nethack `phase_of_the_moon` function.
-----
## Table of Contents
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install phase-of-the-moon
```
## License
`phase-of-the-moon` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.