A Python tool to convert any file into a grid-based visual representation of its binary data using Pillow.
- Reads any file and converts its bytes to bits
- Maps each bit to a square in an image
- Splits data through multiple images if required
- Python 3.6+
pillowPython package
-
Download the tool
git clone https://github.com/rafaelvidallykova/binary-visualizer.git && cd binary-visualizer -
Install requirements
pip install -r requirements.txt
python3 main.py
MIT - see LICENSE for details.
Created by Rafael Vidal Lykova Feel free to fork, use, and contribute!