Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightbridge-ks/peddesign-flet
A cross-platform GUI app for design pediatric CT protocol
https://github.com/lightbridge-ks/peddesign-flet
cross-platform flet-app python-desktop-application python-webapp
Last synced: about 2 months ago
JSON representation
A cross-platform GUI app for design pediatric CT protocol
- Host: GitHub
- URL: https://github.com/lightbridge-ks/peddesign-flet
- Owner: Lightbridge-KS
- License: mit
- Created: 2024-01-28T18:23:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T12:52:17.000Z (11 months ago)
- Last Synced: 2024-10-12T22:09:12.700Z (3 months ago)
- Topics: cross-platform, flet-app, python-desktop-application, python-webapp
- Language: Python
- Homepage: https://peddesign-ct.netlify.app
- Size: 5.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Pediatric CT (Flet App)
> **Cross-platform application for design pediatric CT protocol.**
---
**Build using [Flet](https://flet.dev/)**, a cross-platform UI framework in Python.
- **Web app:**
- **Desktop app:** see [release](https://github.com/Lightbridge-KS/PedDesign-flet/releases)
---
## Build from Source
### Installation
1. Install [flet](https://flet.dev/docs/guides/python/getting-started) and [pyperclip](https://pypi.org/project/pyperclip/) with:
```shell
pip install -r requirements.txt
```2. [Install Flutter](https://docs.flutter.dev/get-started/install)
### Build app
```shell
cd to/directory/root
# Build
flet build
````` could be one of the following: `apk`, `aab`, `ipa`, `web`, `macos`, `windows`, `linux`.
## Remark
> Please be aware that the actual design of a pediatric CT protocol for clinical use demands oversight by a qualified pediatric radiologist. The 'PedDesignCT' application serves as an initial planning, educational/inspirational tool, and is not designed for immediate clinical implementation. It is essential that any protocols generated by this app undergo a comprehensive review by specialists and be tailored specifically to align with the practices of your institution and the individual needs of each patient. This application is not a substitute for professional judgment and expertise."