# Getting Started

Welcome to **NavIcons Demo** -- a data-analysis toolkit that showcases Lucide navigation icons in every corner of the site.


# Installation

``` bash
pip install gdtest-nav-icons
```


# Quick Example

``` python
from gdtest_nav_icons import analyze

result = analyze([10, 20, 30, 40])
print(result)
# {'mean': 25.0, 'min': 10, 'max': 40, 'count': 4}
```


# What's Next?

- Learn about [Configuration](configuration.md) options
- Explore the [Visualization](visualization.md) guide
- Dive into [Advanced Topics](advanced-topics.md)
