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.