Metadata-Version: 2.4
Name: ilovetools
Version: 0.1.5
Summary: A comprehensive Python utility library with modular tools for AI/ML, data processing, and daily programming needs
Home-page: https://github.com/AliMehdi512/ilovetools
Author: Ali Mehdi
Author-email: Ali Mehdi <ali.mehdi.dev579@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/AliMehdi512/ilovetools
Project-URL: Repository, https://github.com/AliMehdi512/ilovetools
Project-URL: Issues, https://github.com/AliMehdi512/ilovetools/issues
Keywords: utilities,tools,ai,ml,data-processing,automation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 🛠️ ilovetools

A comprehensive Python utility library with modular tools for AI/ML, data processing, file operations, and daily programming needs.

[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/ilovetools.svg)](https://badge.fury.io/py/ilovetools)

## 📦 Installation

```bash
pip install ilovetools
```

## 🚀 Quick Start

```python
from ilovetools import ai, data, files, text

# AI utilities
embeddings = ai.quick_embed("Your text here")

# Data processing
cleaned_data = data.auto_clean(your_dataframe)

# File operations
files.smart_read("any_file.xyz")

# Text processing
emails = text.extract_emails("Contact us at hello@example.com")
```

## 📚 Modules

### 🤖 AI & Machine Learning (`ilovetools.ai`)
Advanced AI/ML utilities for modern development:
- LLM helpers and prompt engineering
- Model loading and inference optimization
- Embeddings and vector operations
- RAG pipeline tools
- Fine-tuning utilities

### 📊 Data Processing (`ilovetools.data`)
Smart data manipulation and analysis tools

### 📁 File Operations (`ilovetools.files`)
Intelligent file handling and management

### 📝 Text Processing (`ilovetools.text`)
Advanced text manipulation and NLP utilities

### 🖼️ Image Tools (`ilovetools.image`)
Image processing and computer vision helpers

### 🎵 Audio Tools (`ilovetools.audio`)
Audio processing utilities

### 🌐 Web Utilities (`ilovetools.web`)
Web scraping and HTTP helpers

### 🔐 Security (`ilovetools.security`)
Encryption and security tools

### 💾 Database (`ilovetools.database`)
Database connection and query helpers

### ⏰ DateTime (`ilovetools.datetime`)
Advanced date and time utilities

### ✅ Validation (`ilovetools.validation`)
Data validation and sanitization

### 🔄 Conversion (`ilovetools.conversion`)
Format converters and transformers

### 🤖 Automation (`ilovetools.automation`)
Task automation helpers

### 🔧 Utils (`ilovetools.utils`)
General utility functions

## 📖 Documentation

Full documentation available at: [Coming Soon]

## 🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 👨‍💻 Author

**Ali Mehdi**
- GitHub: [@AliMehdi512](https://github.com/AliMehdi512)
- WhatsApp: https://wa.me/923264747914

## 🌟 Support

If you find this library useful, please give it a star ⭐️

## 📝 Changelog

### Version 0.1.0 (Initial Release)
- Initial library structure
- Core module setup
- Basic utilities

---

Built with ❤️ for the Python community
