Metadata-Version: 2.4
Name: molvector
Version: 1.0.4
Summary: Interactive 3D Molecule Viewer and Builder
Author-email: Corentin Rossi <corentin.mj.rossi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/CorentinRossi/Molvector
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21
Requires-Dist: svgwrite
Requires-Dist: PyQt6>=6.5
Requires-Dist: mol_strudel
Provides-Extra: spectra
Requires-Dist: matplotlib; extra == "spectra"
Provides-Extra: openbabel
Requires-Dist: openbabel; extra == "openbabel"

# Molvector

Molvector is an interactive 3D molecule viewer, builder, and Gaussian input generator.

You can install the software by downloading or cloning the repository and running
```bash
pip install .
```
inside the folder. Then, you can start the software with the command
```bash
molvector
```
