Last updated:
0 purchases
pyaztro 0.3
PyAztro is a client library for aztro written in Python.
aztro provides horoscope info for sun signs such as Lucky Number, Lucky Color, Mood, Color, Compatibility with other sun signs, description of a sign for that day etc.
Documentation for aztro API is available here, documentation for PyAztro is under development.
Requirements
Python 3+ (Recommended)
The requests and dateutils library. pip should handle this for you when installing pyaztro.
Installation
pip install pyaztro
Example Usage
>>> import pyaztro
>>> horoscope = pyaztro.Aztro(sign='aries')
>>> horoscope.description
'Diligent'
Support
If you encounter any bugs, please let me know by creating an issue or tweeting at me @sameer_kumar018.
Contributing
Please see the repository’s CONTRIBUTING file.
Say Thanks
Say Thanks
Donate
Paypal
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.