Skip to content

megahoma/ASCII-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ASCII-Art

Creation of ASCII Art

Usage:

pip install Pillow
art(file_input, symbols_used, file_output)

Example:

  from render import art
  art('test2.jpg', symbol='rgb', output='art.txt')

Coded by megahoma