Skip to content

A program to calculate Panchanga at any given time.

Notifications You must be signed in to change notification settings

karthik2web/panchanga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panchanga is a Hindu astrological almanac. More information: http://en.wikipedia.org/wiki/Panchangam

This project provides an API to calculate Panchanga at any given time.

The API calculate_panchanga takes any date, time and time-zone to give the following: Thiti, Nakshatra, Yoga, Karana and Rashi.

plib.c is the file where calculations are done. panchanga.c shows usage of the API.

Just do a "make" on a Linux PC to compile and run "./panchanga -h" to see the help.

About

A program to calculate Panchanga at any given time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%