Skip to content

Commit 555762e

Browse files
Update README.md
1 parent ef570fc commit 555762e

1 file changed

Lines changed: 23 additions & 17 deletions

File tree

README.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
# 🔄 Lumix
2-
3-
**One CLI to convert everything – from temperature to Morse code, in 5 languages.**
4-
5-
[![PyPI version](https://img.shields.io/pypi/v/lumix)](https://pypi.org/project/lumix/)
6-
[![Python versions](https://img.shields.io/pypi/pyversions/lumix)](https://pypi.org/project/lumix/)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9-
[![Tests](https://github.com/davideFerigato/lumix/actions/workflows/tests.yml/badge.svg)](https://github.com/davideFerigato/lumix/actions/workflows/tests.yml)
10-
[![codecov](https://codecov.io/gh/davideFerigato/lumix/branch/main/graph/badge.svg)](https://codecov.io/gh/davideFerigato/lumix)
11-
[![Docker Pulls](https://img.shields.io/docker/pulls/davideferigato/lumix)](https://hub.docker.com/r/davideferigato/lumix)
12-
[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://davideferigato.github.io/Lumix/)
13-
[![DOI](https://zenodo.org/badge/1030571578.svg)](https://doi.org/10.5281/zenodo.20709879)
14-
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
15-
[![Maintenance](https://img.shields.io/badge/Maintenance-yes-green)](https://github.com/davideFerigato/Lumix)
16-
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196)](https://conventionalcommits.org)
17-
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey)](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>
1824

1925
**Lumix** is a **modular**, **multilingual** command-line converter for physical units, digital data, time, security tools, and creative utilities.
2026
Designed to be **easily extensible**, it features **shell autocompletion** – all in one sleek package.

0 commit comments

Comments
 (0)