Skip to content

Mando328/logoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogoApp

A speech therapy app for managing patient records. Early WIP (v0.0.2).

What is it?

Desktop app to:

  • Add/edit/delete kids in a database
  • Store notes and examination data
  • Polish & English support (auto-detected)
  • Everything stored locally in SQLite

What's done

  • Patient CRUD (add, view, edit notes, delete)
  • Basic UI with navigation
  • Language toggle
  • Medical-ish theme

What's next

  • Examination forms
  • Reports/export (PDF?)
  • Better UI polish
  • Idk, we'll see

Setup

python -m venv .venv
source .venv/bin/activate  # or .venv\Scripts\activate on Windows
pip install PySide6 SQLAlchemy
python run.py

Project layout

├── run.py                 # start here
├── main.py                # alt launcher
├── database.py            # db models
└── UI/
    ├── UI.py             # main window
    └── style.py          # styling

Notes

  • Database is local, not in Git
  • Uses PySide6 + SQLite + SQLAlchemy
  • Docs are in DOCUMENTATION

Early version. Made for learning. Might break things 🤷

About

An app for speech teraphist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages