I don't personally use horoscopes but I thought this would be an interesting idea for a quick project!
This is a python program that gives you a daily horoscope using HTTP requests (an http post request to an API), json object manipulation, user input, block comments, and print statements.
The program uses the Aztro API: https://aztro.readthedocs.io/en/latest/
The Python http requests library is also used: https://requests.readthedocs.io/en/master/
#python #pythonproject