Metadata-Version: 2.1
Name: mathnexus
Version: 0.1.5
Summary: A professional library for Linear Algebra, 2D Geometry, and Physics Simulations.
Home-page: https://github.com/Sidra-009/mathnexus
Author: Sidra Saqlain
Author-email: sidrasaqlain11@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://mathnexus.readthedocs.io/
Project-URL: Source, https://github.com/Sidra-009/mathnexus
Project-URL: Tracker, https://github.com/Sidra-009/mathnexus/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Geomath-Python 📐

[![PyPI version](https://img.shields.io/pypi/v/geomath-python.svg)](https://pypi.org/project/geomath-python/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**Geomath-Python** is a lightweight, zero-dependency Python library designed for developers, students, and researchers who need fast Linear Algebra computations and Physics simulations without the overhead of heavy frameworks. 

The standout feature is its **High-Resolution Terminal Plotter**, which allows you to visualize scientific data directly in your console or Jupyter Notebook using beautiful ASCII-based graphics.

---

## Key Features

- **Linear Algebra:** Optimized Matrix operations (multiplication, addition, and vector handling).
- **Physics Engine:** Real-world gravity simulations and kinematic calculations.
- **Terminal Visualizer:** High-resolution parabolic and linear plotting without `matplotlib`.
- **Zero Dependencies:** Runs on pure Python. No complex installation issues.
- **Environment Agnostic:** Works perfectly in VS Code, Windows CMD, Linux Terminal, and Jupyter/Colab.

---

## 🛠 Installation

Install the library via pip:

```bash
pip install geomath-python

