Usage
Installation
Clone the git repository or download the code.
Navigate to the project directory and install with pip:
pip install .
Or install from PyPI:
pip install datalizer
To validate the installation, check the version:
import datalizer
print(datalizer.__version__)