Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 770 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 770 Bytes

moon

A simple CLI moon phase toy with PyEphem and CoreLocationCLI.

Installation

Clone this repo, then

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

The script assumes you are using a Mac and have CoreLocationCLI installed

brew install cask corelocationcli

Usage

python moon.py prints a human-readable moon phase, the percent illuminated, and calendar date of the next New, Full, or Quarter moon event, for example:

The Moon today is Waning Gibbous, with 99.16% illuminated
Last Quarter upcoming on 2021-05-03

Tests

[TK]

Contributions, issue reports, and any other related contact always welcome.