A desktop utility for Islamic prayer times
Project description
Time to Pray 
Time to Pray is a desktop utility designed to keep you informed about Islamic prayer times. Directly from your system tray, view a real-time countdown to the next prayer. The application proactively retrieves the monthly prayer schedule for your chosen location and caches the data for instantaneous reference. Stay on track with your prayer commitments, knowing the exact time remaining until the next call.
Features
- Real-time countdown to the next prayer, accessible from the system tray.
- Proactively fetches the monthly prayer schedule based on your configured location.
- Easy-to-access "Settings" dialog for configuring your preferred city and selecting your desired prayer times calculation method.
- Utilizes PyQt6 for a seamless user interface experience.
Setup & Installation
Using pip (Recommended)
pip install time-to-pray
After installation, you can run the application with:
time-to-pray
Manual Installation
1. Clone the Repository
git clone https://github.com/omerbustun/time-to-pray.git
cd time-to-pray
2. Install Dependencies
Make sure you have Python installed. Then, install the required packages:
pip install -r requirements.txt
3. Run
To run the application:
python src/main.py
Usage
Once launched, an icon will appear in your system tray. Right-click the icon to access the settings or hover to view the detailed countdown.
Configuration
The application uses the settings.json
file for configuration. You can use the "Settings" dialog in the application or manually edit this file (not recommended). The configuration parameters are:
city
: The city you are located in.country
: The country name or code (e.g., "tr" for Turkey).latitude
&longitude
: The geographical coordinates of your location. The application automatically fetches these from the API based on the specified city and country.method
: The method used to calculate prayer times.
Acknowledgements
This project utilizes the Aladhan API
to fetch prayer times. We are grateful to Aladhan.com for providing this valuable service to the community.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the GNU General Public License, version 3 (GPLv3). See the LICENSE file for the full license text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file time-to-pray-0.1.1.tar.gz
.
File metadata
- Download URL: time-to-pray-0.1.1.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9b36ce3619926bd472cf1bdf2e783e8cf2e8027882cd3716b8ebe49ef4dea411
|
|
MD5 |
4f923aa6c48fd77bdfe5470373a844ce
|
|
BLAKE2b-256 |
c1d8a0f55523b4ccface8e9c1eb4fb38836f4200ba5ff6d2d463920a2ef6a302
|
File details
Details for the file time_to_pray-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: time_to_pray-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
73110c9fd6a57f800262decc1900cae52479594325305721de9b798f2b55572c
|
|
MD5 |
48cce0d38119b3bec5d5dd00e4a7ea6b
|
|
BLAKE2b-256 |
2848237775d71f890a622816cc726db9d4e4cd9c89cfced9ebf79d36fc739418
|