Skip to content

Watch how our planets interact with one and other. This is a basic simulation of our solar system using physics and also displays current astronauts in space and their names by connecting to an API.

Notifications You must be signed in to change notification settings

Aditya-Tripuraneni/PlanetSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PlanetSimulation

Planet_Simulation

Watch how our planets interact with one and other. This is a basic simulation of our solar system using physics and also displays current astronauts in space and their names by connecting to an API. These API'S are public so feel free to use them!

Installation

pip install requests
pip install pygame 

Imports

import pygame
import math
import requests

df

What I learned

  • Requests
  • Application of highshool physics
  • wheretheiss API
  • open-notify API

This project taught me how to implement some basic highschool physics learned with how large bodies interact with each other. I also learned how to work with a space API where I could fetch data on how many people are in space. I was also able to become more comfortable with Pythons "requests" module.

About

Watch how our planets interact with one and other. This is a basic simulation of our solar system using physics and also displays current astronauts in space and their names by connecting to an API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages