FlyingWorkshop / Map-LDS-Temples

Plot every LDS temple on Earth!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Map-LDS-Temples
# QUICKSTART:
"import TempleGuide as tg"

# CLASSES: Database(), Temple()


# DATABASE METHODS:
  # print(db.temple_names)        # same as db.data['name']
  # print(db.temple_countries)    # same as db.data['country']
  # print(db.temple_statuses)       # same as db.data['status']

# FUNCTIONS:
  # tg.display(db)
  # tg.make_globe(db)
  # tg.make_bar(db)

About

Plot every LDS temple on Earth!


Languages

Language:Python 100.0%