Skip to content

hendrapaiton/Sketsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flet Dashboard

This project is a Desktop/Web Dashboard application built with Flet and Python. It is developed for a radiology medical record dashboard.

Features

  • Modern dashboard interface
  • Runs as a desktop or web application
  • Easy to develop and customize

Installation

  1. Clone the repository

    git clone https://github.com/hendrapaiton/sketsa.git
    cd sketsa
  2. Create a virtual environment (optional)

    python -m venv venv
    source venv/bin/activate  # or venv\Scripts\activate on Windows
  3. Install dependencies

    pip install -r requirements.txt

Running the Application

Desktop Mode

python app.py

Web Mode

flet run app.py --web

Project Structure

.
├── ui
│   └── main.py
├── app.py
├── requirements.txt
├── README.md
└── LICENSE

References


License: MITMIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages