TCalc

Telescope Calculator! A tool for your telescope


Keywords
Telescopes, Astronomy, Eyepiece, Magnification
License
MIT
Install
pip install TCalc==1.1.1

Documentation

TCalc: Telescope-Calculator

TCalc is a general toolkit designed for all the telescope owners and enthusiasts! This package has a set of functions that will allow you to calculate basic properties and performance of your telescope and eyepiece pair.

PyPI version Documentation Status Requirements Status License: MIT Python application

Documentation

Docmentation is available here.

Getting Started

Installation

TCalc is a cross-platform python package and works on almost every OS. There are two ways to install the package:

Using pip:

pip install tcalc

Using GitHub:

git clone https://github.com/Bhavesh012/TCalc.git
cd TCalc
pip install -e .

Basic Usage

from TCalc.tcalc import telescope, eyepiece

Tutorials