Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HouariZegai/PrayerTimes
Desktop application :computer: for calculating Muslim prayer times 🕌 and setting an alarm (Adhan) :alarm_clock: for the prayer times.
https://github.com/HouariZegai/PrayerTimes
adhan javafx-application javafx-desktop-apps prayer prayer-times
Last synced: 26 days ago
JSON representation
Desktop application :computer: for calculating Muslim prayer times 🕌 and setting an alarm (Adhan) :alarm_clock: for the prayer times.
- Host: GitHub
- URL: https://github.com/HouariZegai/PrayerTimes
- Owner: HouariZegai
- License: mit
- Created: 2018-10-25T20:40:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T20:24:52.000Z (9 months ago)
- Last Synced: 2024-11-14T01:50:40.195Z (29 days ago)
- Topics: adhan, javafx-application, javafx-desktop-apps, prayer, prayer-times
- Language: Java
- Homepage:
- Size: 10.7 MB
- Stars: 164
- Watchers: 2
- Forks: 46
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-arabic - Prayer Times - Desktop application shows you the times of Muslim prayer and set an alarm (Athan) to remind you. (Programming Languages)
- Awesome-Muslims - Prayer Times
README
# Prayer Times ![icon app](src/main/resources/images/icon-app-32px.png) أوقات الصلاة
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/HouariZegai/PrayerTimes/master/LICENSE)Desktop app for calculating Muslim prayer times 🕌 and setting an alarm (Adhan) :alarm_clock: for the prayer times.
أداة تساعدك على معرفة أوقات الصلاة في ولايات الجزائر وتقوم كذلك بتشغيل الأذان عندما يحين موعد الصلاة## Features
* [x] Simple to use
* [x] All Algeria cities have been added
* [x] Remember your settings (selected city, adhan, ..ect)
* [x] Can hide the app to be on the system tray## Screenshots
Main screen | Settings Page
:---------------------:|:------------------:
![prayer times - screenshoot](screenshoots/v1/prayer_times.PNG) | ![prayer times - screenshoot](screenshoots/v1/settings.PNG)
Adhan (Alarm) |
![adhan alarm - screenshoot](screenshoots/v1/adhan_alarm.PNG) |## Requirements
* Java11+
* Maven## Installation
1. Download the repository (project) from the download section or clone it using the following command:
```shell
git clone https://github.com/HouariZegai/PrayerTimes.git
```
2. Run the app by running the maven command inside the project folder:
```shell
mvn clean javafx:run
```## Contributing 💡
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed.
If you find any issue just put it in the repository issue section, thank you.