Skip to content

marian2025/StarSign-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarSign Generator


Modern zodiac wheel showing the 12 signs used in horoscopic astrology


Description:

A Python program that generates the zodiac sign based on the given command-line argument input

Video Demo


Usage:

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


Examples:

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 - ♌︎

About

CS50P Final Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages