/horoscope-generator

a cool star is the tempestuous mother of aquarius

Primary LanguagePythonMIT LicenseMIT

Horoscope Generator

Produces horoscopes on demand using context-free grammar.

To use:

pip install HoroscopeGenerator

for example:

from horoscope_generator import HoroscopeGenerator
print(HoroscopeGenerator.format_sentence(HoroscopeGenerator.get_sentence()))