Metadata-Version: 2.1
Name: aiy_prayer
Version: 1.0.1
Summary: AIY optimized Python command line tool that tells when the next Islamic prayer will occur.
Home-page: https://github.com/Nabil-Lahssini/Google-AIY-prayer_assistant
Author: Nabil Lahssini
Author-email: NabilLahssini@gmail.com
License: MIT
Description: # Google-AIY-prayer_assistant
        AIY optimized voice assistant Python library that tells when the next Islamic prayer will occur.\
        This application is based on the open-source [prayer-tool](https://github.com/Nabil-Lahssini/prayer_assistant) library.
        
        ## How to get it ?
        The aiy prayer assistant is a python package available via pip.
        ```
        pip install aiy_prayer
        ```
        ## How to use it ?
        To use the tool you must simply type this command. When it's done, the assistant will wait for you to push the button. That's it !
        ```
        python -m aiy_prayer -c <city> -l <language> -v <volume>
        ```
        Example
        ```
        python -m aiy_prayer -c Brussels -l fr -v 60
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
