Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 604 Bytes

COGS18 Final Project: Moon GUI

Description

This is a Python Tkinter moon GUI program. The GUI allows the user to input any date after January 6th, 2000 & a U.S. city, to get information on:

  1. Moon-phase (+ a matching visual image)

  2. Moon-rise

  3. Moon-set

Setup

Cannot be run on Jupyter because it utilizes Tkinter.

This project requires:

1. pip install pillow

2. pip install requests

3. pip install beautifulsoup

To open up the GUI to use it, go to https://github.com/issac-in/moon-gui/tree/master/MoonProject/scripts & run moon_gui.py on something like SublimeText3.