Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add orjson extra to pyproject.toml #143

Merged
merged 3 commits into from
Aug 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading