Metadata-Version: 2.1
Name: segitiga
Version: 1.0
Summary: Menghitung segitiga
Home-page: https://github.com/SabillillahX/pipi.git
Author: SabillillahX
Author-email: <sabillillahxtkj@gmail.com>
License: MIT
Keywords: golden_ratio,golden
Classifier: Development Status :: 1 - Planning
Description-Content-Type: text/markdown
License-File: LICENSE

# Golden Ratio Calculation
Python simple library to calculate Golden Ratio (phi)

## Installation
```shell
pip install segitiga
```

## Usage
Basic Usage:
```python
from gold33423307 import GoldenRatio

tri = Segitiga.luas_segitiga()
print(f"Luas segitiga: {tri}")
```
