Skip to content
 
 

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixd for Python

A Python port of pixd, a tool for visualizing binary data using a colour palette. It is in a lot of ways akin to a hexdump tool, except using coloured squares to represent each octet.

Screenshot

pixd uses 24-bit color SGR escape sequences. For a list of terminal emulators with support for these, see XVilka's list of supporting terminal emulators.

Usage

To install

$ pip install pixd

To display a file

$ python -m pixd path/to/file

License

MIT license. Enjoy!

See also

pixd
The original C implementation by FireyFly
hexd
more conventional hexdump tool with colourful output, and also what pixd's code is based on.

About

Colourful visualization tool for binary files

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages