Zinny-webui

Latest version: v0.1.26

Safety actively analyzes 722930 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.26

Highlights
- **First Look (Beta Release)**
- A GUI for [zinny-api](https://github.com/RyLaney/zinny-api).
- Uses surveys from [zinny-surveys](https://github.com/RyLaney/zinny-surveys). to rate movies
- Launches a local web server accessible at: `http://127.0.0.1:7219`.

Features
- **Rate Titles by Survey**:
Select a movie title and survey to rate on key criteria.
- **Auto-Save**:
Ratings are automatically saved to a local database located in:
- `$APPDATA` on Windows.
- `~/Library/Application Support` on macOS and Linux.
- **Export Ratings**:
Export saved ratings in **JSON** and **TSV** formats.

Installation Instructions

**Cross Platform**:
1. Prerequisite Python 3.8 or later [python.org](https://www.python.org/downloads/)
- [linux detals](https://docs.python.org/3/using/unix.html).
- [windows detals](https://docs.python.org/3/using/windows.html).
- [macos detals](https://docs.python.org/3/using/mac.html).
2. Pip install and then run:
bash
pip install zinny-webui
zinny-webui

3. Open the application in your browser at `http://127.0.0.1:7219`.

**macOS App Bundle**:
1. Download `Zinny Launch WebUI.dmg` file from this release.
2. check the checksum:
- `shasum -c Zinny\ Launch\ WebUI.dmg.sha256 `
3. Mount and launch the `Zinny Launch WebUI.app` to launch the backend.
4. Open a web browser to `http://127.0.0.1:7219`.

**MacOS All-In-One Executable**:
1. Download the `zinny-launch-webui-x86` executable.
2. check the checsum
- `shasum -c zinny-launch-webui-v0-1-26-x86.sha256`
3. Run the file to launch the launch the backend.
4. Open a web browser to `http://127.0.0.1:7219`.

Notes
- Ensure no other processes are using port 7219
- For feedback, issues, or feature requests, visit the [GitHub Issues page](https://github.com/RyLaney/zinny-webui/issues).

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.