Metadata-Version: 2.1
Name: tiktokenize
Version: 0.0.1
Summary: 
Author: czheo
Author-email: 1692400+czheo@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: termcolor (>=2.2.0,<3.0.0)
Requires-Dist: tiktoken (>=0.3.3,<0.4.0)
Description-Content-Type: text/markdown

Print colored OpenAI's tokens in command line

# Install

```shell
pip install tiktokenize
```

# Usage

```shell
echo "hello world" | tiktokenize
```

