Skip to content

Commit

Permalink
Merge pull request #143 from bee-san/#142-fix
Browse files Browse the repository at this point in the history
Add orjson extra to pyproject.toml
  • Loading branch information
bee-san committed Aug 28, 2021
2 parents 58ce3ef + f27064e commit 7806684
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 63 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@ Well, with `what` all you have to do is ask `what "0x52908400098527886E0F7030069

`what`'s job is to **identify _what_ something is.** Whether it be a file or text! Or even the hex of a file! What about text _within_ files? We have that too! `what` is recursive, it will identify **everything** in text and more!

# Installation

## 🔨 Using pip

```$ pip3 install pywhat```

or

```$ pip3 install pywhat[optimize] # installs optional dependencies that may improve the speed```

## 🔨 Using homebrew

```$ brew install pywhat```

## 🔨 Using macports

```$ sudo port install pywhat```

## 🔨 Using conda

```$ conda install -c conda-forge pywhat```

# ⚙ Use Cases

## 🦠 Wannacry
Expand Down

0 comments on commit 7806684

Please sign in to comment.