Metadata-Version: 2.4
Name: CosUI
Version: 0.1.0
Summary: A modern, GPU-accelerated GUI framework for Python.
Home-page: https://github.com/cosyfluf/cosui
Author: YOUR NAME
Author-email: cosyfluf@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/cosyfluf/cosui/issues
Project-URL: Source, https://github.com/cosyfluf/cosui
Keywords: gui ui framework modern gpu interface widget
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyglet>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CosUI 🚀

> **The Next-Generation GUI Framework for Python.**  
> GPU-accelerated, declarative, and stunningly modern by default.

![Version](https://img.shields.io/pypi/v/cosui)
![License](https://img.shields.io/pypi/l/cosui)
![Python](https://img.shields.io/pypi/pyversions/cosui)

**CosUI** is designed to solve the biggest problem in the Python ecosystem: building user interfaces that don't look like they belong in Windows 95. Unlike Tkinter or heavy wrappers like PyQt, CosUI is built from the ground up for the modern era.

---

## ✨ Why CosUI?

- **🎨 Modern by Default:** No need to tweak CSS or themes. Buttons, cards, and inputs look professional instantly.
- **🚀 GPU Accelerated:** Powered by OpenGL (via Pyglet/Skia) for silky smooth 60fps animations.
- **🐍 Pythonic Syntax:** Declarative code structure inspired by SwiftUI and Flutter, but made for Python.
- **📦 Lightweight:** Zero compilation required. Just pure Python power.

---

## 📥 Installation

Get started in seconds:

```bash
pip install cosui
