Skip to content

rafaelvidallykova/binary-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Convert any file into a grid-based visual representation of its binary data using Python and Pillow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages