Skip to content

luhuadong/mbti-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBTI-Test

License: MIT Python Version PyPI Version

中文 | English

MBTI-Test is a command line application for taking the MBTI personality test, written in Python.

Description

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.

Features

  • 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

Installation

pip install mbti-test

Usage

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

Run Test

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