hippocrates

Mental health questionnaires.


License
Apache-2.0
Install
pip install hippocrates==0.4.0

Documentation

CircleCI

Hippocrates

A Python library for giving and scoring various health based questionnaires.

Currently the following are supported:

More information about the above tests can be found in questionnaires.

Installing

Pip

pip install hippocrates

From Source

git clone https://github.com/chrishannam/hippocrates.git
cd hippocrates
python setup.py install

Using the Questionnaires

Once installed, the questionnaires are available via the hippocrates command:

hippocrates QUESTIONNAIRE_NAME

e.g. hippocrates phq9

Below is the list of the supported questionnaires:

  • beck_depression_index
  • gad2
  • gad7
  • mood
  • phq2
  • phq9
  • rosenberg_self_esteem

Options

--hide

Stops results from being displayed once questionnaire is created, default is off.

--log

Logs results to ~/.hippocrates/results.csv, default is off.

questionnaire

Selected questionnaire to complete.

Reporting

Using --log outputs your results in a csv file stored locally in you home directory called .hippocrates. A sample is listed below:

2019-01-21 13:12:38,gad7,15
2019-02-21 13:17:38,phq9,14
2019-03-22 13:12:38,gad7,3

hippocrates-results

Use the command hippocrates-results to create a local html file called hippocrates_results.html.

This file will be opened in your browser to display your results as a basic graph:

Example results