Metadata-Version: 2.4
Name: pyola
Version: 0.1.0
Summary: A lightweight OpenGL-based GUI and graphics library for Python
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/pyola
Project-URL: Bug Tracker, https://github.com/yourusername/pyola/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyOpenGL
Requires-Dist: glfw
Requires-Dist: Pillow
Requires-Dist: numpy
Dynamic: license-file

# Pyola

**Pyola** is a small Python graphics and GUI library using PyOpenGL and GLFW. It lets you easily create windows, draw shapes, and handle input.

## Features
- Window creation via GLFW
- Pixel-based coordinate system
- Drawing primitives: rectangles, circles, lines
- Mouse and keyboard input handling

## Installation

```bash
pip install pyola
