Metadata-Version: 2.4
Name: webecon
Version: 17.2.7
Summary: Webecon Developed by Aditya Divte Production. Visit webecon.adityadivte.com to support this package.
Home-page: https://webecon.adityadivte.com
Author: Aditya Divte Production
Author-email: contact@adityadivte.com
Project-URL: Bug Tracker, https://github.com/adityadivatee/Webecon/issues
Project-URL: Source Code, https://github.com/adityadivatee/Webecon
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
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: project-url
Dynamic: requires-python
Dynamic: summary

# Webecon — Universal Animated Icon Engine (Python SDK)

![Webecon Banner](https://raw.githubusercontent.com/adityadivatee/Webecon/main/Webecon.png)

**1,031+ Premium Animated Icons | Universal Logic | 100% Free for Commercial Use**

Webecon is a professional iconography ecosystem. The Python SDK allows you to generate dynamic SVG icon strings with support for multiple themes, animations, and dual-color branding.

## 🚀 Installation

```bash
pip install webecon
```

## 🛠️ Usage

```python
from webecon import Webecon

# Generate a high-performance icon string
icon_svg = Webecon.icon("rocket") \
    .size(64) \
    .color("#6366f1") \
    .theme("shine") \
    .render()

print(icon_svg)
```

## ✨ Supported Themes
- `line` (Classic)
- `shine` (Glassmorphism)
- `neon` (Glow)
- `duo` (Dual-color)
- `glass` (Transparent)

## 📝 License
Webecon is free for commercial use. Resale of icons as standalone assets is prohibited.

---
**Webecon Developed by Aditya Divte Production**  
Visit [webecon.adityadivte.com](https://webecon.adityadivte.com)  
*Support this package via donating to keep it free forever.*
