Skip to content

Commit 1790337

Browse files
authored
Add files via upload
1 parent 52b5631 commit 1790337

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
30.5 KB
Loading
33.5 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import pywhatkit as kit
2+
try:
3+
user_image = r"C:\Users\Dell\Downloads\LGM.png"
4+
output_image = r"C:\Users\Dell\Downloads\Output.txt"
5+
kit.image_to_ascii_art(user_image, output_image)
6+
except:
7+
print("No result found")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import pywhatkit

0 commit comments

Comments
 (0)