This project is a Desktop/Web Dashboard application built with Flet and Python. It is developed for a radiology medical record dashboard.
- Modern dashboard interface
- Runs as a desktop or web application
- Easy to develop and customize
-
Clone the repository
git clone https://github.com/hendrapaiton/sketsa.git cd sketsa
-
Create a virtual environment (optional)
python -m venv venv source venv/bin/activate # or venv\Scripts\activate on Windows
-
Install dependencies
pip install -r requirements.txt
python app.py
flet run app.py --web
.
├── ui
│ └── main.py
├── app.py
├── requirements.txt
├── README.md
└── LICENSE
License: MITMIT