Back to Browse

Daily Horoscope Program with Python

3.4K views
Aug 27, 2020
7:50

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

Download

0 formats

No download links available.

Daily Horoscope Program with Python | NatokHD