Skip to content

Commit

Permalink
Merge pull request #2 from karthagokul/0.0.1
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
karthagokul authored Apr 8, 2023
2 parents ded434d + 5040516 commit a358747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

# pypersonality

Written in python , Module to identify the personality type from a text given using (MBTI) Myers-Briggs Personality Type Dataset
Written in python , Module to identify the personality type from a text given using (MBTI) Myers-Briggs Personality Type Dataset.

### How to use it
![](https://github.com/karthagokul/pypersonality/blob/main/personality_types.jpg?raw=true)

### How to use it?
Install the module from pypi https://pypi.org/project/pypersonality/

pip install pypersonality
Expand Down
2 changes: 1 addition & 1 deletion src/pypersonality/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit a358747

Please sign in to comment.