Metadata-Version: 2.1
Name: prayer-tool
Version: 2.1.3
Summary: The prayer assistant is a voice assistant that can tell when the next prayer will occur. The tool supports over 100 languages.
Home-page: https://github.com/Nabil-Lahssini/prayer_assistant
Author: Nabil Lahssini
Author-email: NabilLahssini@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: gtts
Requires-Dist: playsound
Requires-Dist: googletrans (==3.1.0a0)
Requires-Dist: requests

# prayer_tool
The prayer_tool is a voice assistant that can tell when the next prayer will occur. The tool supports over 100 languages.

## How to get it ?
The prayer_tool is a python package that you can simply install using the following command
```
pip install prayer-assistant
```
## How to use it ?
Simply type the following commando
```
python -m prayer_tool
```
## Customize the result
The prayers differ from city to city, that's why you are able to chose your city and your language for an optimal result
```
python -m prayer_tool -c <city> -l <language>
```
**For example**
```
python -m prayer_tool -c Brussels -l en
```

