0 purchases
aladhan.py 1.2.1
aladhan.py is a pythonic wrapper for the Aladhan prayer times API.
Installation
Python 3.7 or higher is required.
To Install aladhan.py with pip:
pip install aladhan.py
Quick Example
import aladhan
client = aladhan.Client()
prayer_times = client.get_timings_by_address("London")
for prayer_time in prayer_times:
print(prayer_time)
You can look into more examples here
Contribute
Source Code
Issue Tracker
Support
If you are having issues, please let me know by joining the discord support server
License
The project is licensed under the MIT license.
Links
PyPi
Discord support server
Documentation
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.