An open API service indexing awesome lists of open source software.

https://github.com/wtdcode/prettybinary

Pretty print something in ipython
https://github.com/wtdcode/prettybinary

Last synced: 5 months ago
JSON representation

Pretty print something in ipython

Awesome Lists containing this project

README

          

# PrettyBinary

Some helper functions to pretty print binary or integers in IPython. Everything is subject to change. Don't use it on production.

# Usage

```shell
# Install globally
ln -s /path/to/pb.py ~/.ipython/profile_default/startup/
```

or

```shell
# Run once
ipython -i pb.py
```