https://github.com/babyloopro/open-autotools
PYTHON CLI TOOLKIT FOR EVERYDAY DEVELOPER TASKS
https://github.com/babyloopro/open-autotools
cli multi-tools productivity pypi-package python
Last synced: 4 months ago
JSON representation
PYTHON CLI TOOLKIT FOR EVERYDAY DEVELOPER TASKS
- Host: GitHub
- URL: https://github.com/babyloopro/open-autotools
- Owner: BabylooPro
- License: mit
- Created: 2024-02-21T16:11:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T10:50:45.000Z (4 months ago)
- Last Synced: 2026-02-05T22:17:37.578Z (4 months ago)
- Topics: cli, multi-tools, productivity, pypi-package, python
- Language: Python
- Homepage: https://pypi.org/project/Open-AutoTools/
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OPEN-AUTOTOOLS
[PYPI_BADGE]: https://badge.fury.io/py/Open-AutoTools.svg
[PYPI_URL]: https://pypi.org/project/Open-AutoTools/
[PYPI_DOWNLOADS_BADGE]: https://img.shields.io/pypi/dm/Open-AutoTools
[PYPI_DOWNLOADS_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]
[![Downloads][PYPI_DOWNLOADS_BADGE]][PYPI_DOWNLOADS_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).