Metadata-Version: 2.4
Name: HolograPy
Version: 0.1.0
Summary: Tools for 3D holography, acoustic field simulation, and grid generation
Home-page: https://github.com/JamesAHardwick/HolograPy
Author: James Hardwick
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: plotly
Dynamic: license-file

# HolograPy

**HolograPy** is a lightweight Python library for 3D holography and acoustic simulation.

It includes tools for:
- 2D and 3D grid generation
- Green’s function field propagation
- Piston model transducers
- Weighted Gerchberg–Saxton (WGS) hologram optimization
- Character-based amplitude target generation

## Installation

From GitHub:
```bash
pip install git+https://github.com/JamesAHardwick/HolograPy.git
