← All projects

aladhan.py

by @HETHAT

12

Pythonic wrapper for the Aladhan prayer times API.

About this project

aladhan.py is a pythonic wrapper for the Aladhan prayer times API. .. image:: https://img.shields.io/pypi/v/aladhan.py?color=blue :target: https://pypi.python.org/pypi/aladhan.py :alt: PyPI version info .. image:: https://img.shields.io/pypi/pyversions/aladhan.py?color=blue :target: https://pypi.python.org/pypi/aladhan.py :alt: Supported Python versions .. image:: https://img.shields.io/discord/831992562986123376.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 :target: https://discord.gg/jeBGF8Veud :alt: Discord support server .. image:: https://codecov.io/gh/HETHAT/aladhan.py/branch/main/graph/badge.svg :target: https://codecov.io/gh/HETHAT/aladhan.py :alt: Code coverage Installation Python 3.7 or higher is required. To Install aladhan.py with pip: .. code:: sh pip install aladhan.py Quick Example .. code:: py import aladhan client = aladhan.Client() prayertimes = client.gettimingsbyaddress("London") for prayertime in prayertimes: print(prayertime) 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

From the project README on GitHub

Stars
12
Forks
1
License
MIT
Last push
1 Apr 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/aladhan-py.svg)](https://www.madeinalgeria.dev/projects/aladhan-py)

Related projects