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
- Host: GitHub
- URL: https://github.com/wtdcode/prettybinary
- Owner: wtdcode
- Created: 2022-02-09T18:48:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T13:28:18.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T03:39:19.261Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```