Metadata-Version: 2.4
Name: pyviz-tutor
Version: 0.1.0
Summary: A CLI tool to visualize Python code execution locally.
Author-email: Senior Engineer <dev@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PyViz Tutor

PyViz Tutor is a CLI tool that visualizes the execution of your Python scripts step-by-step in a modern, dark-mode web interface. It runs entirely locally and generates a self-contained HTML file.

## Installation

1. Clone this repository.
2. Navigate to the folder.
3. Install using pip:

```bash
pip install .
