Skip to content

A python script that makes a string that represent an image.

Notifications You must be signed in to change notification settings

MR-Seven-7/Image2Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Image2Text

A python script that makes a string that represent an image.

NOTE: USE FONT FACE THAT HAS EQUAL WIDTH FOR EVERY CHARACTER. FOR EXAMPLE - CONSOLAS

I made a python script that makes a string that represent an image. For example if you input a image of box. The script will come up with something like -

XXXXXXXX
X      X
X      X
X      X
X      X
XXXXXXXX

The script works far better than that. You can easily recognize your face if you input your image.

To Use -

  • Run img2txt.py
  • Enter the path of the image you want
  • Enter Height and Width of the text as you want.

About

A python script that makes a string that represent an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages