Metadata-Version: 2.2
Name: lingmopyui
Version: 1.0.2
Summary: A Lingmo GUI Library based on PySide6.QtWidgets
Home-page: https://github.com/LingmoOS/LingmoPyUI
Author: Admibrill
Author-email: admibrill@outlook.com
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# LingmoPyUI

LingmoPyUI is a GUI library based on QtWidgets from Qt 6 and written in Python, every Lingmo **Python** application uses it.

LingmoPyUI is the Python version of [LingmoUI](https://github.com/LingmoOS/LingmoUI)

## Features

**Features from LingmoUI:**

* Light and Dark Mode
* Borderless window (Wayland & XCB Window move & resize)
* Blurred window
* Window shadow
* Desktop-level menu

**New features:**
* `addStyleSheet()`add the stylesheet to the end of stylesheets,this won't cover the previous stylesheet or influence the children widgets.
* Auto-Show Option 
* ...

## Structures

* `__init__.py`: All the Widgets

## Installing(Not Available)

Run this in the Shell
```shell
pip install lingmopyui
```

## Using

Place this at the beginning of the source file:
```python
import LingmoPyUI
``` 
Place this at the end of the file:
```python
LingmoPyUI.LingmoApp.run()
```


## License

LingmoPyUI is licensed under GPLv3.
