isotopp / earth-moon-system

Simple Drawing to illustrate the barycenter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Earth Moon System

Display the Earth Moon System to scale, showing the location of the barycenter.

Installation and Execution

$ git clone git@github.com:isotopp/earth-moon-system.git
$ cd earth-moon-system
$ python3 -mvenv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ python earth-moon-system.py

This produces the PNG file in the repo.

About

Simple Drawing to illustrate the barycenter

License:The Unlicense


Languages

Language:Python 100.0%