MBTI-Test is a command line application for taking the MBTI personality test, written in Python.
This program allows users to take the MBTI personality test directly from the command line. It contains three versions of the test: 28 questions (Quick Test), 40 questions (Common Test), and 93 questions (Standard Test). Compared to the various web, app, and mini-program versions of MBTI test software on the market, it is a simple, practical, and completely free tool.
- Multiple test versions: quick (28 questions), common (40 questions) and standard (93 questions)
- Command line interface for easy access
- Result calculation and display
- Option to save results to a CSV file
pip install mbti-test
mbti-test command line usage examples:
mbti-test --help # Show help information
mbti-test --questions 40 # Run the 40-question version(Default is Chinese)
mbti-test --questions 40 --lang en # Run the 40-question version(English)
mbti-test --questions 40 --save # Run the 40-question version, and save results to CSV file
mbti-test --version # Show the version
Execute the following command to start the test (common version).
mbti-test --questions 40 --lang en
MBTI test interface screenshot:
MBTI test result output:
✨ Test complete! Generating results...
Your MBTI Type Results:
Overall Type: INTJ
Dimension Scores:
Extraversion (E) vs Introversion (I): 5 - 6
Sensing (S) vs Intuition (N): 3 - 6
Thinking (T) vs Feeling (F): 6 - 3
Judging (J) vs Perceiving (P): 6 - 5