https://github.com/wtdcode/prettybinary
Pretty print something in ipython
https://github.com/wtdcode/prettybinary
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T13:28:18.000Z (over 4 years ago)
- Last Synced: 2025-07-29T00:04:54.877Z (11 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
```