An open API service indexing awesome lists of open source software.

https://github.com/forthtemple/spacetelescopepy

View the cosmos
https://github.com/forthtemple/spacetelescopepy

Last synced: 8 months ago
JSON representation

View the cosmos

Awesome Lists containing this project

README

          

### Space Telesecope

Python application using tkinter to view the heavens at high and low magnification. Uses Unistra's API to obtain astronomical images at higher magnifications with a given right ascension and declination. For low magnification uses NASA starmap image of the night sky with constellations. Uses caltech's astronomical lookup API to allow you to search for specific objects eg NGC 100

For the flutter version refer to https://github.com/forthtemple/spacetelescope/

![Untitleii](https://github.com/user-attachments/assets/b291be07-bd3a-4814-8aa3-f3e6f1a38aad)

Installation:
```
pip install -r requirements.txt
python spacetelescope.py
```