Metadata-Version: 2.4
Name: asciipal
Version: 0.0.1
Summary: A fun command-line tool that prints random ASCII art.
Author: Neel Jaiswal
Author-email: neelpjaiswal@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Games/Entertainment
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

# ASCII Pal

A fun command-line tool that prints random ASCII art animals and characters.

This is a simple project created to demonstrate how to package and upload a Python application to PyPI.

## Installation

You can install this package using pip:

```bash
pip install asciipal
