Skip to main content

Mental health questionnaires.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hippocrates-0.4.0.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

hippocrates-0.4.0-py3-none-any.whl (33.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page