Metadata-Version: 2.4
Name: khingproj_1
Version: 0.1.0
Summary: This is my first project.Use to calculate dot product,cross product, and magnitude of vector.
Home-page: https://github.com/khing2005/khingproj_1
Author: khing
Author-email: anchitha2005@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

`khingproject` is a lightweight Python package that provides simple utility functions
for **Magnitude**, **Dot product**, and **Cross Product**.
It is designed mainly for learning purposes and as an example of Python packaging.

---

## Features
- **Magnitude**: calculate magnitude of vector
- **Dot product**: calculate dot product of vector
- **Cross Product**: calculate cross product of vector

---

## Installation

You can install the package directly from PyPI:

```bash
pip install khingproject
