added dialog classmethod

This commit is contained in:
2025-09-23 04:24:12 +02:00
parent 01d9dc9fa2
commit baaa2d4349
5 changed files with 185 additions and 2 deletions

View File

@@ -9,13 +9,13 @@ Install directly from GitHub using uv or pip:
### Using uv
```bash
uv add git+https://github.com/yourusername/niceguiex.git
uv add git+https://git.project-insanity.de/gmarth/NiceGUIEx.git
```
#### Using pip
```
pip install git+https://github.com/yourusername/niceguiex.git
pip install git+https://git.project-insanity.de/gmarth/NiceGUIEx.git
```
## Usage