Metadata-Version: 2.1
Name: asciifier
Version: 1.0.1
Summary: A tool to create ASCII art
License: MIT
Author: Jaiveer Chadda
Author-email: jaiveer.chadda@gmail.com
Requires-Python: >=3.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

This is a module that will take any image file and convert it to ASCII art.

It can either return the ASCII Art string, or print it in place.
