Metadata-Version: 2.4
Name: CTpackage
Version: 0.1.1
Summary: This my first package. Can use to calculate area, length of circle and area of a sector of a circle
Home-page: https://github.com/Cartoonmee/CTpackage
Author: THITIRAT
Author-email: thitirat98242@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

# Package name : CTpackage

`adisak_utils` is a lightweight Python package that provides simple utility functions
for **Length circle**, **Area of a Circle**, and **Area of a Sector of a Circle**.
It is designed mainly for learning purposes and as an example of Python packaging.

---

## Features
- **Length circle**: Ratio of circumference to diameter is always 𝜋.
- **Area of a Circle**: Multiply circumference growth (2πr) with radius, divide by 2.
- **Area of a Sector of a Circle**: Sector is just a fraction of the circle’s total area, depending on angle 𝜃.
---

## Installation

You can install the package directly from PyPI:

```bash
pip install adisak_utils
