Metadata-Version: 2.4
Name: Utkarsh
Version: 1.0.4
Summary: A lightweight RAM optimizer for legacy systems
Home-page: https://github.com/tera-username/rai-ram
Author: Aditya Rai
Author-email: adityarai0133@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# 🐍 Utkarsh - The Ultimate Education & System Tool (v1.0.2)

**Author:** Rai Ram - Kali Aadi  
**Tagline:** Garib bacchon ki madad aur Aries11 ki power! 🚀

---

## 🛠️ Kya hai ye "Utkarsh"?
`kali` ek Python package hai jo education, graphics, aur system optimization ko ek saath laata hai. Ismein aapko milte hain:
* **28+ Shapes** (Turtle Graphics ke saath)
* **Advance Maths** (Trigonometry included)
* **System Cleaning** (RAM aur Security scan)
* **School Tools** (Pahada/Table aur Unit conversion)

---

## 🚀 Installation (Bazaar se kaise uthayein)
Bas apna terminal/CMD kholo aur ye command likho:
```bash
pip install kali


import rai_ram as rr

# 1. Hisaab-Kitab (Maths)
print(rr.maths.sum(10, 20))       # Output: 30
print(rr.maths.sin(90))           # Output: 1.0

# 2. Graphics (Shapes - 28 types!)
# Aap "triangle", "square" ya "12" (sides) bhi likh sakte ho
rr.shapes.draw("hexagon", 100, "gold")

# 3. System Safai (Tools)
rr.tools.ram_clean()              # RAM optimized!
rr.tools.security_scan()          # System secure!

# 4. School Homework (Extra)
print(rr.rai.table(5))            # 5 ka pahada
print(rr.rai.convert_km_to_miles(10)) # KM to Miles
rr.rai.pc_info()                  # PC ki jaankari
