sepandhaghighi / art

🎨 ASCII art library for Python
https://www.ascii-art.site
MIT License
2.14k stars 130 forks source link

added space param to art and aprint functions #247

Closed codewithnick closed 1 year ago

codewithnick commented 1 year ago

Reference Issues/PRs

241

What does this implement/fix? Explain your changes.

I have added space parameter in art and aprint functions (default parameter : space=1)

Any other comments?