Metadata-Version: 2.4
Name: Open-AutoTools
Version: 0.0.5
Summary: A suite of automated tools accessible via CLI with a simple `autotools` command
Home-page: https://github.com/BabylooPro/Open-AutoTools
Author: BabylooPro
Author-email: maxremy.dev@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/BabylooPro/Open-AutoTools/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.3
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: packaging>=23.0
Requires-Dist: halo>=0.0.31
Requires-Dist: pyperclip>=1.8.2
Requires-Dist: speedtest-cli>=2.1.3
Requires-Dist: psutil>=5.9.0
Requires-Dist: cryptography>=42.0.2
Requires-Dist: Pillow>=10.0.0
Requires-Dist: pydub>=0.25.1
Requires-Dist: moviepy>=1.0.3
Requires-Dist: pint>=0.23
Provides-Extra: dev
Provides-Extra: test
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OPEN-AUTOTOOLS

[PYPI_BADGE]: https://badge.fury.io/py/Open-AutoTools.svg
[PYPI_URL]: https://pypi.org/project/Open-AutoTools/
[PYTHON_BADGE]: https://img.shields.io/badge/Python-3.10+-blue.svg
[PYTHON_URL]: https://www.python.org/downloads/
[CHANGELOG_BADGE]: https://img.shields.io/badge/CHANGELOG-red.svg
[CHANGELOG_URL]: CHANGELOG.md
[TODO_BADGE]: https://img.shields.io/badge/TODO-purple.svg
[TODO_URL]: TODO.md

[![PyPI][PYPI_BADGE]][PYPI_URL] [![Python][PYTHON_BADGE]][PYTHON_URL] [![CHANGELOG][CHANGELOG_BADGE]][CHANGELOG_URL] [![TODO][TODO_BADGE]][TODO_URL]

Python CLI toolkit for everyday developer tasks. Boost productivity directly from your terminal.

https://github.com/user-attachments/assets/f959327b-b4ae-481d-8be0-c8957fb6ad36

## Quick Install

```bash
pip install open-autotools
```

- **Platform**: Windows 10/11 ✓ | macOS ✓ | Linux ✓
- **Python**: 3.10 | 3.11 | 3.12 | 3.13 | 3.14

See [Installation Guide](docs/installation.md) for more details.

## Tools

- **[AutoCaps](docs/tools/autocaps.md)** - Convert text to uppercase
- **[AutoLower](docs/tools/autolower.md)** - Convert text to lowercase
- **[AutoPassword](docs/tools/autopassword.md)** - Generate secure passwords and encryption keys
- **[AutoIP](docs/tools/autoip.md)** - Display network information and diagnostics
- **[AutoConvert](docs/tools/autoconvert.md)** - Convert text, images, audio, and video between formats
- **[AutoColor](docs/tools/autocolor.md)** - Convert color codes between different formats (hex, RGB, HSL, etc)
- **[AutoUnit](docs/tools/autounit.md)** - Convert measurement units (meters to feet, liters to gallons, etc)
- **[AutoZip](docs/tools/autozip.md)** - Compress files and directories into various archive formats (ZIP, TAR.GZ, TAR.BZ2, TAR.XZ, TAR)
- **[AutoTodo](docs/tools/autotodo.md)** - Create and manage a simple task list in a Markdown file
- **[AutoNote](docs/tools/autonote.md)** - Takes quick notes and saves them to a Markdown file
- **[Test Suite](docs/tools/autotest.md)** - Run the test suite (development only)

## Documentation

- [Installation](docs/installation.md) - Install the CLI and verify your setup
- [Development](docs/development.md) - Dev environment, tooling, and contribution workflow
- [Testing](docs/testing.md) - Run tests, install test deps, and check coverage
- [Performance](docs/performance.md) - Performance metrics: what’s collected and how to enable them
- [Docker Support](docs/docker.md) - Run the toolkit and tests in Docker

## License

MIT - see [LICENSE](LICENSE).
