Skip to content

A tool to estimate one's yearly salary based on US Census demographic data.

Notifications You must be signed in to change notification settings

sayan-rc/celery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery - The Salary Predictor

Celery is a command line tool helps college graduates determine their expected job salary based on their prospective career field and geographical location. By comparing expected job salaries, the user should be able to determine the career field and job location that meet their salary interests.

First, the user is asked to input their career field of interest and the state where they want to live by entering numbers from list menus. Then, based on the inputs, we access US Census data for the given career field and state, which returns the median salary of employees working in the career field and state.

We output the median salary to the user as their expected salary and also output the crime rate for the chosen state (using data from WorldAtlas.com) as an additional factor for the user to consider.

To use this tool, first install Python3. Then run "python3 main.py" in the commmand line in this current directory.

About

A tool to estimate one's yearly salary based on US Census demographic data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%