https://github.com/forthtemple/spacetelescopepy
View the cosmos
https://github.com/forthtemple/spacetelescopepy
Last synced: 8 months ago
JSON representation
View the cosmos
- Host: GitHub
- URL: https://github.com/forthtemple/spacetelescopepy
- Owner: forthtemple
- License: gpl-3.0
- Created: 2025-03-14T07:00:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T00:40:20.000Z (over 1 year ago)
- Last Synced: 2025-09-12T00:04:52.906Z (9 months ago)
- Language: Python
- Homepage:
- Size: 74.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/

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