Metadata-Version: 2.1
Name: clera
Version: 0.0.7
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
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: PySide6

## **DEDICATION** 

---

*"This project is dedicated to my sister who I wanted to someday thank for taking care of me when I was kid. 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>



![LOGO](./images/icon.png)     



<br>



## **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](./images/window.png)



> **" 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



---

### **SORRY😥, DOCUMENTATION UNAVAILABLE YET❗**


**:- Change Log -:**

======================

> **0.0.1** -- [ 11 APRIL 2023 ]                

[ NOTICE ]    

[ ! ] - Initial Release



> **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    

<br>

[ FIXED ]       

[+] Extra space between widgets     

[+] Custom Titlebar     

[+] Window glitch using "Titlebar" element, "add" and "update" method   

<br>

[ REMOVED ]     

[+] Clera default titlebar style
