A python program to print out the next salah comming and the remaining time to it.
I have used Salah tool to calculate the salat times using the equation of time and elevation angle of the sun, so a big thank to these brilliant guys.
U have a part in the main.py at the start which is the constants u want to use
lat = float
long = float
sunrise = bool
timeDiff = int
calcMethod = st.CalculationMethod.<Method u want>
asrMethod = st.AsrMethod.<Asr method u want>
lat: latitude longg: longitude sunrise: if u want to count duha timeDiff: time after/before GMT time calcMethod: one of these (ISNA,EGYPT,JAFARI,KARACHI,MAKKA) asrMethod: one of these (STANDARD,HANAFI)
Without any argument it will print out the time remain/after the nearest salah till 20min after the azan
But u can also choose a specific salah time by typing it (fajr,sunrise,asr,maghrib,isha)
You can also choose to print out the time of the next salah by typing "next"