Metadata-Version: 2.1
Name: clera
Version: 0.1.0
Summary: Write Simple and Quick Python GUI Application
Author: Erasmus A. Junior
Author-email: eirasmx@pm.me
License: GNU LGPLv3
Keywords: gui,clera,simple,simplegui,pyside,pyside6,python,easy
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE.txt

## **DEDICATION**

---

_"This project is dedicated to my cousin who was like a mother to me. Though you are no longer with us, you will never be forgotten. May your memory be forever held in this project."_  
-- **Bridget Trinity Vedjesu** --

<br>

<div align="center">
<img src="https://github.com/cleragui/pypi/blob/main/image/logo-with-name.png?raw=true">
</div>

## **Clera - GUI Development with Python**

---

Clera provides platform for developing python GUI quickly and simply with low learning curve.

<br>

## **THE BASICS**

### **Installation**

```bash
pip install clera
```

Your first application and Skeleton of every GUI developed using clera.

**Code:**

```python
from clera import *
window = Window()
# window widgets and layouts goes here!
window.run()
```

**Output:**

![Window](https://github.com/cleragui/pypi/blob/main/image/window.png?raw=true)

> **" Why Complicate Simplicity? "**

<br>

## **PLATFORMS**

> Clera runs on multiple platforms and has a native interface on each.

### **Hardware Support**

- Runs on Desktop and Laptops

### **OS Support**

- Windows
- Mac
- Linux

<br>

> INFO: Visit https://cleragui.github.io/ for documentation and more information.

<br>

---



# **:- Change Log -:**

> **0.0.1** -- [ 11 APRIL 2023 ]  
> [ NOTICE ]  
> [ ! ] - Initial Release

> **0.0.2 - 0.0.5**  
> [ INFO ]  
> [+] Upload and Import Error

> **0.0.6** -- [ 11 APRIL 2023 ]  
> [ NOTICE ]  
> [+] Module Install fixed

> **0.0.7** -- [ 25 APRIL 2023 ]  
> [ ADDED ]  
> [+] Cursor change on titlebar drag  
> [+] Get window detailes  
> [+] Persistent styling  
> [+] Custom window widget spacing
> [+] Custom window margin
>
> [ FIXED ]  
> [+] Extra space between widgets  
> [+] Custom Titlebar  
> [+] Window glitch using "Titlebar" element, "add" > and "update" method
>
> [ REMOVED ]  
> [+] Clera default titlebar style

> **0.0.8** -- [ 04 JULY 2023 ]  
> [ ADDED ]  
> [+] Extra controls of Window  
> [+] Stack Element for multi page development  
> [+] Extraction, Styling and Linking of Textarea scrollbar  
> [+] Wordwrap for Textarea  
> [+] Popup Window lock
>
> [ FIXED ]  
> [+] Windows style control icon  
> [+] Fusion style control icon  
> [+] File Element filter definition error
>
> [ CHANGED ]  
> [+] Default window spacing and content margin  
> [+] Stylesheet linking extension. Now only useds ".cx" extension

> **0.1.0** -- [ 11 JULY 2023 ]  
> [ ADDED ]  
> [+] Quick argument values  
> [+] Clera Style Editor
>
> [ CHANGED ]  
> [+] sizepolicy declaration
>
> [ FIXED ]  
> [+] ModuleNotFoundError: No module named 'clera.stubs'  
> [+] Window icon display  
> [+] AttributeError: 'MainWindow' object has no attribute 'old_position'
