Search for a command to run...
Ezan: Adhan Ezan: Namaz vakitlerini (Ezan) ve Kıble hesaplama modülü. Prayer times (Adhan) and Qibla calculation module. Kullanım: Usage pip install -U ezan conda install bilgi::ezan pixi add ezan Kullanım Klavuzu: User Manual: https://github.com/WhiteSymmetry/ezan/blob/main/notebook/ezan.ipynb from ezan import print_prayer_times, get_user_location_and_date lat, lon, tz, date = get_user_location_and_date() print_prayer_times(lat, lon, tz, date) from ezan import print_prayer_times import datetime #### Kendi değerlerinizi girin lat = 41.0 # enlem (derece) lon = 29.0 # boylam (derece) tz = 'Europe/Istanbul' # zaman dilimi (Europe/Istanbul, Asia/Damascus vb.) tarih = datetime.date(2026, 2, 20) # tarih: yıl, ay, gün #### Hesaplamayı çalıştır print_prayer_times(lat, lon, tz, tarih) ⚙️ Gereksinimler / Requirements Python ≥ 3.11 astropy pytz requests Kurulum sırasında otomatik olarak yüklenirler. They are installed automatically during setup. 📄 Lisans / License AGPL-3.0 license # Pixi: [](https://prefix.dev/channels/bilgi) pixi init ezan cd ezan pixi workspace channel add https://prefix.dev/channels/bilgi --prepend ✔ Added https://prefix.dev/channels/bilgi pixi add ezan ✔ Added ezan pixi install pixi shell pixi run python -c "import ezan; print(ezan.__version__)" ### Çıktı: pixi remove ezan conda install -c https://prefix.dev/channels/bilgi ezan pixi run python -c "import ezan; print(ezan.__version__)" ### Çıktı: pixi run pip list | grep ezan ### ezan pixi run pip show ezan Name: ezan Version: 0.1.1 Summary: ezan Home-page: https://github.com/WhiteSymmetry/ezan Author: Mehmet Keçeci Author-email: Mehmet Keçeci <...> License: GNU AFFERO GENERAL PUBLIC LICENSE Copyright (c) 2025-2026 Mehmet Keçeci