Skip to content

Unf3/binaryToImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A small python script for converting bits to images

It can be useful to convert bit sequence made to be decenverted into a image, like QR codes made of ones and zeros.

To use it you should first install dependencies with

pip install -r requirements.txt

then you need to input your binary in input.txt. They should look like a image with a definite row length.

Then finally run a script and enter how much pixels(bits) in a row there should be.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages