Metadata-Version: 2.4
Name: ai_am
Version: 0.1.0
Summary: A library with Ai assistance
Home-page: https://github.com/AliMehdi512/ai_am
Author: Ali Mehdi
Author-email: f2021266579@umt.edu.pk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# AI@AM (ai_am)

A Python library for AI automation and AI hacks.

## Features

- `dirTree(path)`: Prints a directory tree structure of any given path.

## Usage

```python
from ai_am.hacks import dirTree

dirTree("/path/to/project")
```
