## **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>
> **NOTE:** Clera is still in the **alpha** stage which means development is not complete its undergoing internal tests and development. To help with the testing process or need tutorial on how to use clera, please send me an email eirasmx@pm.me
<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()
# 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>
To run the clera style editor, run "**clera-editor**" in the terminal or command prompt and "**clera-deploy**" to run the clera deploy tool. Also to see a sample of what clera is capable of, check out the editor. It's developed with clera!
<br>
> **INFO:** Visit https://cleragui.github.io/ for documentation and more information.
<br>
---
<br>
### **RELEASE NOTES**
**v0.2.3 (2024-06-11) - Various fixes and additions**
- Shortcut button errors (**fixed**)
- Stack widget extra padding (**fixed**)
- Dynamic window resize through code (**added**)
- Group layout strict policy (**fixed**)
- Checked method to GET (**added**)
<br>
- Get screen size feature (**added**)
- Screenshot feature (**added**)
- Hide taskbar icon (**added**)
<br>
- Persistent hide mouse pointer (**added**)
- Windows titlebar control buttons appearance (**upgraded**)
<br>
- .close() method to Window() [same as .quit()] (**added**)
<br>
- Center, move, fixed size feature to popup (**added**)
<br>
- Margin and spacing feature to popup (**added**)
- Double click gesture to titlebar element (**added**)
<br>
- Popup messing up after deployment (**fixed**)
<br>
---
Raw data
{
"_id": null,
"home_page": null,
"name": "clera",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "gui, clera, simple, simplegui, pyside, pyside6, python, easy",
"author": "Erasmus A. Junior",
"author_email": "eirasmx@pm.me",
"download_url": "https://files.pythonhosted.org/packages/ea/59/85c9dcc1dafb76f5952d1d8180272d69d71049dfb90f8fe0415e4ccfb971/clera-0.2.3.tar.gz",
"platform": null,
"description": "## **DEDICATION**\r\r\n\r\r\n---\r\r\n\r\r\n_\"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.\"_ \r\r\n-- **Bridget Trinity Vedjesu** --\r\r\n\r\r\n<br>\r\r\n\r\r\n<div align=\"center\">\r\r\n<img src=\"https://github.com/cleragui/pypi/blob/main/image/logo-with-name.png?raw=true\">\r\r\n</div>\r\r\n\r\r\n## **Clera - GUI Development with Python**\r\r\n\r\r\n---\r\r\n\r\r\nClera provides platform for developing python GUI quickly and simply with low learning curve.\r\r\n\r\r\n<br>\r\r\n\r\r\n> **NOTE:** Clera is still in the **alpha** stage which means development is not complete its undergoing internal tests and development. To help with the testing process or need tutorial on how to use clera, please send me an email eirasmx@pm.me\r\r\n\r\r\n<br>\r\r\n\r\r\n## **THE BASICS**\r\r\n\r\r\n### **Installation**\r\r\n\r\r\n```bash\r\r\npip install clera\r\r\n```\r\r\n\r\r\nYour first application and Skeleton of every GUI developed using clera.\r\r\n\r\r\n**Code:**\r\r\n\r\r\n```python\r\r\nfrom clera import Window\r\r\nwindow = Window()\r\r\n# window widgets and layouts goes here!\r\r\nwindow.run()\r\r\n```\r\r\n\r\r\n**Output:**\r\r\n\r\r\n![Window](https://github.com/cleragui/pypi/blob/main/image/window.png?raw=true)\r\r\n\r\r\n> **\" Why Complicate Simplicity? \"**\r\r\n\r\r\n<br>\r\r\n\r\r\n## **PLATFORMS**\r\r\n\r\r\n> Clera runs on multiple platforms and has a native interface on each.\r\r\n\r\r\n### **Hardware Support**\r\r\n\r\r\n- Runs on Desktop and Laptops\r\r\n\r\r\n### **OS Support**\r\r\n\r\r\n- Windows\r\r\n- Mac\r\r\n- Linux\r\r\n\r\r\n<br>\r\r\n\r\r\nTo run the clera style editor, run \"**clera-editor**\" in the terminal or command prompt and \"**clera-deploy**\" to run the clera deploy tool. Also to see a sample of what clera is capable of, check out the editor. It's developed with clera!\r\r\n\r\r\n<br>\r\r\n\r\r\n> **INFO:** Visit https://cleragui.github.io/ for documentation and more information.\r\r\n\r\r\n<br>\r\r\n\r\r\n---\r\r\n\r\r\n<br>\r\r\n\r\r\n### **RELEASE NOTES**\r\r\n\r\r\n**v0.2.3 (2024-06-11) - Various fixes and additions**\r\r\n\r\r\n- Shortcut button errors (**fixed**) \r\r\n- Stack widget extra padding (**fixed**) \r\r\n- Dynamic window resize through code (**added**) \r\r\n- Group layout strict policy (**fixed**) \r\r\n- Checked method to GET (**added**) \r\r\n\r\r\n<br>\r\r\n\r\r\n- Get screen size feature (**added**) \r\r\n- Screenshot feature (**added**) \r\r\n- Hide taskbar icon (**added**) \r\r\n\r\r\n<br>\r\r\n\r\r\n- Persistent hide mouse pointer (**added**) \r\r\n- Windows titlebar control buttons appearance (**upgraded**) \r\r\n\r\r\n<br>\r\r\n\r\r\n- .close() method to Window() [same as .quit()] (**added**) \r\r\n\r\r\n<br>\r\r\n\r\r\n- Center, move, fixed size feature to popup (**added**) \r\r\n\r\r\n<br>\r\r\n\r\r\n- Margin and spacing feature to popup (**added**) \r\r\n- Double click gesture to titlebar element (**added**) \r\r\n\r\r\n<br>\r\r\n\r\r\n- Popup messing up after deployment (**fixed**) \r\r\n\r\r\n<br>\r\r\n\r\r\n---\r\r\n",
"bugtrack_url": null,
"license": "GNU LGPLv3",
"summary": "Write Simple and Quick Python GUI Application",
"version": "0.2.3",
"project_urls": null,
"split_keywords": [
"gui",
" clera",
" simple",
" simplegui",
" pyside",
" pyside6",
" python",
" easy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ea5985c9dcc1dafb76f5952d1d8180272d69d71049dfb90f8fe0415e4ccfb971",
"md5": "10dcc0263f9282a03d5fedaff05f6e83",
"sha256": "b6e3836f98fada70489b19b5b70a2865ace33d385ebe9c1bbda09b1c46836973"
},
"downloads": -1,
"filename": "clera-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "10dcc0263f9282a03d5fedaff05f6e83",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 925094,
"upload_time": "2024-06-11T00:17:01",
"upload_time_iso_8601": "2024-06-11T00:17:01.718719Z",
"url": "https://files.pythonhosted.org/packages/ea/59/85c9dcc1dafb76f5952d1d8180272d69d71049dfb90f8fe0415e4ccfb971/clera-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-11 00:17:01",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "clera"
}