Inspiration

Someone's favorite color could explain their personality. Therefore, it can tell the person's suitable career.

What it does

Anyone can input his/her favorite color, the program will tell him/her their suitable career in the future.

How we built it

It was only built in Python.

Challenges we ran into

I couldn't find all the colors to represent people's career.

Accomplishments that we're proud of

I found a few colors to help people to find their possible career in the future.

What we learned

I'm more familiar with Python.

What's next for HarleyZhang

The program is as follows.

print ("Please tell me your favorite color. I will guide your career in the future.") color = input("What's your favorite color: ")

if color == "blue" or "Blue": print ("The suitable career in the future for you are Therapist/health counselor, Social worker, Customer relations manager, or HR diversity manager.")

elif color == "red" or "Red": print ("The suitable career in the future for you are Lawyer, Judge, Project manager, Sales agent, or Executive.")

elif color == "green" or "Green": print ("The suitable career in the future for you are Healthcare professional, Accountant, Teacher, Account executive, Loan officer.")

elif color == "white" or "White": print ("The suitable career in the future for you are Engineer, Scientist, Security guard, Air traffic controller, or Investment banker.")

elif color == "yellow" or "Yellow": print ("The suitable career in the future for you are Actor, peformer, Hospitality worker, Food service professional, Interior designer, or Healthcare proffesional.")

elif color == "purple" or "Purple": print ("The suitable career in the future for you are Writer, Musician, Graphic designer, Counselor, Artist, or Dancer.")

elif color == "black" or "Black": print ("The suitable career in the future for you are Architect, Engineer, Computer programmer, or Financial analyst.")

else: print ("We do not have a answer for the color currently.")

Built With

Share this project:

Updates