Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 728 Bytes

File metadata and controls

29 lines (22 loc) · 728 Bytes

Binary Visualizer

A Python tool to convert any file into a grid-based visual representation of its binary data using Pillow.

How It Works

  • 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

Getting Started

Requirements

  • Python 3.6+
  • pillow Python package

Installation

  1. Download the tool git clone https://github.com/rafaelvidallykova/binary-visualizer.git && cd binary-visualizer

  2. Install requirements pip install -r requirements.txt

Run the Tool

python3 main.py

License

MIT - see LICENSE for details.

Author

Created by Rafael Vidal Lykova Feel free to fork, use, and contribute!