Metadata-Version: 2.4
Name: beautymatrix
Version: 1.1.1
Summary: A Python package to convert numpy matrices to beautiful formatted strings
Author: Rnarok
License: MIT
License-File: LICENSE
Keywords: beautymatrix,formatting,matrix,matrix to string,numpy
Requires-Python: >=3.10.0
Requires-Dist: numpy>=2.0.0
Description-Content-Type: text/markdown

# matrix2str

A Python package to convert NumPy matrices into formatted strings with customizable precision and alignment.

## Installation

Install via pip:
```bash
pip install matrix2str
```