|
1 | | -# 🔄 Lumix |
2 | | - |
3 | | -**One CLI to convert everything – from temperature to Morse code, in 5 languages.** |
4 | | - |
5 | | -[](https://pypi.org/project/lumix/) |
6 | | -[](https://pypi.org/project/lumix/) |
7 | | -[](https://opensource.org/licenses/MIT) |
8 | | -[](https://github.com/psf/black) |
9 | | -[](https://github.com/davideFerigato/lumix/actions/workflows/tests.yml) |
10 | | -[](https://codecov.io/gh/davideFerigato/lumix) |
11 | | -[](https://hub.docker.com/r/davideferigato/lumix) |
12 | | -[](https://davideferigato.github.io/Lumix/) |
13 | | -[](https://doi.org/10.5281/zenodo.20709879) |
14 | | -[](https://github.com/pre-commit/pre-commit) |
15 | | -[](https://github.com/davideFerigato/Lumix) |
16 | | -[](https://conventionalcommits.org) |
17 | | -[](https://github.com/davideFerigato/Lumix) |
| 1 | +<p align="center"> |
| 2 | + <img src="docs/images/logo.png" alt="Lumix Logo" width="200"> |
| 3 | +</p> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <em>One CLI to convert everything – from temperature to Morse code, in 5 languages.</em> |
| 7 | +</p> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + <a href="https://pypi.org/project/lumix/"><img src="https://img.shields.io/pypi/v/lumix" alt="PyPI version"></a> |
| 11 | + <a href="https://pypi.org/project/lumix/"><img src="https://img.shields.io/pypi/pyversions/lumix" alt="Python versions"></a> |
| 12 | + <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> |
| 13 | + <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a> |
| 14 | + <a href="https://github.com/davideFerigato/lumix/actions/workflows/tests.yml"><img src="https://github.com/davideFerigato/lumix/actions/workflows/tests.yml/badge.svg" alt="Tests"></a> |
| 15 | + <a href="https://codecov.io/gh/davideFerigato/lumix"><img src="https://codecov.io/gh/davideFerigato/lumix/branch/main/graph/badge.svg" alt="codecov"></a> |
| 16 | + <a href="https://hub.docker.com/r/davideferigato/lumix"><img src="https://img.shields.io/docker/pulls/davideferigato/lumix" alt="Docker Pulls"></a> |
| 17 | + <a href="https://davideferigato.github.io/Lumix/"><img src="https://img.shields.io/badge/docs-mkdocs-blue.svg" alt="Documentation"></a> |
| 18 | + <a href="https://doi.org/10.5281/zenodo.20709879"><img src="https://zenodo.org/badge/1030571578.svg" alt="DOI"></a> |
| 19 | + <a href="https://github.com/pre-commit/pre-commit"><img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white" alt="Pre-commit"></a> |
| 20 | + <a href="https://github.com/davideFerigato/Lumix"><img src="https://img.shields.io/badge/Maintenance-yes-green" alt="Maintenance"></a> |
| 21 | + <a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196" alt="Conventional Commits"></a> |
| 22 | + <a href="https://github.com/davideFerigato/Lumix"><img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey" alt="Platform"></a> |
| 23 | +</p> |
18 | 24 |
|
19 | 25 | **Lumix** is a **modular**, **multilingual** command-line converter for physical units, digital data, time, security tools, and creative utilities. |
20 | 26 | Designed to be **easily extensible**, it features **shell autocompletion** – all in one sleek package. |
|
0 commit comments