Metadata-Version: 2.2
Name: pytools-asxgxr
Version: 0.1.0
Summary: A simple Python tools library
Author-email: Your Name <your@email.com>
License: MIT License
        
        Copyright (c) 2025 Alex Sagar
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so.
        
Project-URL: Homepage, https://github.com/yourusername/pytools
Project-URL: Documentation, https://yourwebsite.com/docs
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# PyTools

PyTools is a collection of utility functions for automation, OCR, mouse interactions, and text manipulation.

## Installation
```
pip install pytools
```

## Features
- Email sending
- Mouse movement and automation
- OCR (Optical Character Recognition)
- Screenshot capturing
- Text and list manipulation utilities
- Audio volume control

## Usage
```python
import pytools as pt

pt.send_mail("Subject", "Body", "receiver@example.com")
pt.moveClick(100, 200)
coords = pt.findOnPage("Target Text")
print(coords)
```

## Dependencies
- `pillow`
- `pytesseract`
- `pynput`
- `pyautogui`
- `beepy`
- `pycaw`
- `comtypes`

## License
This project is licensed under the MIT License.
