A Python program that generates the zodiac sign based on the given command-line argument input
Use Python 3 to run the application
$ python zodiac.py date
where date is any valid calendaristic date in this format MM/DD
Use pytest to test the application
You must install pytest in order to use it
$ pytest test_zodiac.py
Let's say you want to find a certain star sign without much effort. This application will do that for you.
$ python zodiac.py 03/25
Aries - ♈︎
python zodiac.py 05/12
Taurus - ♉︎
python zodiac.py 08/20
Leo - ♌︎