Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 267 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 267 Bytes

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