Metadata-Version: 2.1
Name: solarkit
Version: 0.1
Summary: Visualise a solar system and do cool stuff with it
Author: Carlos Lorenzo
Author-email: <clorenzozuniga@gmail.com>
Keywords: solar system,space,astrophysics,bpho
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib


# solarkit - BPhO Computational challenge

## A tool to easily visualise and perform calculation on a solar system. The solutions for all challenges are embed but also provides the tools to tinker around and build new, original simulations



It was built as the first part of a two part subimission for the challenge. My idea is to create a website using django to allow anyone to use the simulation. Having this package will ensure clean, backend code that will do the work in just a couple of lines.



### Challenges

* Kepler's Third Law

* Visualise a solar system

* Visualise the solar system, animated

* Spinograph

* Heliocentric model



### Personal aditions

* Tools to create, save & load a custom solar system

* Save the model output to an image

* Spinograph, animated



### How to use

1. pip install solarkit

2. create .py file

3. start experimenting! (follow example image for guidance)



### Use example

![solarkit_example](https://user-images.githubusercontent.com/91377173/236692357-7e14751b-2e94-4a01-894f-2202fef1e30d.jpg)

