Skip to content

Commit

Permalink
Merge pull request #16 from IshaSinghgit/patch-1
Browse files Browse the repository at this point in the history
Added code for Ascii Art
  • Loading branch information
TechVine authored Oct 23, 2022
2 parents 35ea0de + b78dfa8 commit d2138a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Task 1 and 2 .Py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import ascii_magic
my_art = ascii_magic.from_image_file("hacktober.jpg")
ascii_magic.to_terminal(my_art)



import ascii_magic
my_art = ascii_magic.from_image_file("Tech Vine.jpg")
ascii_magic.to_terminal(my_art)

0 comments on commit d2138a3

Please sign in to comment.