Want to code like Iron Man , You are at the right place , take a look at our channel
If you have any doubt then feel free to join our discord server and clarify your doubts
DISCORD: / discord #python #coding #miniprojects #imagetotext #shorts #SHORTS #Shorts
Convert any image to text using python with a simple module called pywhatkit
first you need to install python on your system and then you need to install a module called pywhatkit ,enter the following command in the command prompt
pip install pywhatkit
then write the follwing code
###code###
from pywhatkit import image_to_ascii_art as tt
image = 'PATH OF THE IMAGE WITH EXTENSION'
text = 'text art.txt'
tt(image, text)
####code end###
the text file will be sored as text art
if got stuck at any point contact me at instagram link in channel banner