Metadata-Version: 2.4
Name: pro-image-gallery
Version: 0.1.2
Summary: Kivy için özelleştirilebilir ve taranabilir görsel galeri bileşeni
License: MIT
Project-URL: Homepage, https://github.com/kullaniciadi/pro-image-gallery
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
Requires-Dist: kivy>=2.0.0
Dynamic: license-file

# USAGE

# Adding to a variable
gallery_widget = Pro.Image(target_variable=self.yol, column=3, extension=species to be listed png or jpg, command=code block or function)

# Adding to a layout
self.main_layout.add_widget(gallery_widget)

---

## inclusion

```bash
from pro_image_gallery import ProImageGallery, Pro

## Installation

```bash
pip install pro-image-gallery
