Metadata-Version: 2.4
Name: PromptTasker
Version: 0.1.1
Summary: A prompt-powered multi-task CLI utility
Author: Suneha Datta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: duckdb
Requires-Dist: mdformat
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🧠 PromptTasker

**PromptTasker** is a powerful command-line tool that uses OpenAI's function calling to intelligently perform a wide range of tasks based on natural language prompts. Just describe what you want to do, and PromptTasker handles the rest — from processing files to executing queries.

---

## 🚀 Features

- 🧹 Format files (e.g., using Prettier)
- Finds Recent file names from a folder
- 🖼 Extract data from images
- 🔍 Find similar content in files
- 🌐 Fetch data from APIs
- 🗃 Execute SQL or DuckDB queries
- 📦 Compress images
- 🔁 Convert Markdown to HTML
- 📊 Filter CSV files with custom filters

---

## 🛠 Installation

Make sure you have Python ≥ 3.7 installed.

```bash
pip install prompttasker

