Metadata-Version: 2.4
Name: Open-AutoTools
Version: 0.0.4rc2
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: 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: netifaces>=0.11.0
Requires-Dist: speedtest-cli>=2.1.3
Requires-Dist: psutil>=5.9.0
Requires-Dist: cryptography>=42.0.2
Provides-Extra: dev
Requires-Dist: build>=1.4.0; extra == "dev"
Requires-Dist: wheel>=0.45.1; extra == "dev"
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: pytest-sugar>=1.0.0; extra == "dev"
Requires-Dist: pytest-xdist>=3.5.0; extra == "dev"
Requires-Dist: pytest-timeout>=2.2.0; extra == "dev"
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.11-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/BabylooPro/Open-AutoTools/assets/35376790/d57f2b9d-55f8-4368-bb40-c0010eb9d49a

## Quick Install

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

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
-   **[Test Suite](docs/tools/autotest.md)** - Run the test suite (development only)

## Documentation

-   [Installation](docs/installation.md)
-   [Development](docs/development.md)
-   [Performance](docs/performance.md)
-   [Docker Support](docs/docker.md)

## License

MIT - see [LICENSE](LICENSE).
