Metadata-Version: 2.4
Name: vidit
Version: 0.2026.5.16
Summary: A versatile Python library with multiple modules
Author: smellem
Author-email: smellem <3601952040@qq.com>
License: MIT License
Keywords: gui,pyqt,widgets
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: PyQt5>=5.0
Dynamic: author

# vidit

A versatile Python library with multiple modules for different purposes.

# Installation:
```bash
pip install vidit
```

## Modules

### 1. PyQt5 Wrapper (pyqtm)

A simple PyQt5 wrapper with fluent chain-call API for easy GUI development.

**Features:**
- Chain calling support for cleaner code
- 20+ widgets including Label, Button, Input, Table
- Coordinate-based layout, simple and intuitive
- Window styling: background, fonts, opacity

**Quick Start:**
```python
import vidit

vidit.check()

vidit.pyqtm.create().show()
```

**Available Widgets:**
- Basic: label, button, input, textarea
- Selection: check, radio, combo
- Number: spin, dspin, slider, progress, dial, lcd
- Container: group, frame, tab, scroll
- Data: listwidget, table, tree
- Date/Time: dateedit, timeedit, datetimeedit

### 2. File Checker (check)

A utility module for checking required files in the project directory.

## License

MIT License
