SDAnalysis-kun

SDAnalysis-kun main window

src/sdanalysis_kun/ contains a Tkinter-based GUI application. It is a companion tool for trying the analyses from the lesson code through CSV selection and button-based operations.

Downloads

Launch command:

uv run sdanalysis-kun

Alternatively:

uv run sd-method-lessons

The GUI mainly supports the following operations:

Expected CSV Structure

SDAnalysis-kun assumes a table with the following layout.

Example:

id,respondent_id,stimulus_id,fast-slow,bright-dark,soft-hard
1,r_001,s_001,5,2,4
2,r_001,s_002,3,4,2
3,r_002,s_001,6,3,5

In short: observation keys (stimulus_id, respondent_id) are row-wise, and adjective pairs are column-wise.