A comprehensive clinical calculator and decision aid tool for medical professionals
QuickMed Calc is a lightweight, offline-capable desktop application designed by and for medical professionals. It consolidates commonly used medical calculators and clinical decision aids into a single, easy-to-use interface.
Created by a General Physician for real-world clinical use.
- BMI Calculator - With standard WHO categories
- Body Surface Area (BSA) - Mosteller formula
- Creatinine Clearance - Cockcroft-Gault equation with staging
- Glasgow Coma Scale (GCS) - Complete neurological assessment
- Wells Score - DVT risk stratification
- APGAR Score - Newborn assessment
- Pediatric Dosing - Weight-based medication calculations
- CHADS₂ Score - Stroke risk with anticoagulation guidance
- Instant Search - Type "gcs" to find Glasgow Coma Scale
- Offline Operation - Works without internet connection
- Patient Notes - Built-in note-taking for each calculation
- Calculation History - SQLite database stores all results
- Professional UI - Clean, medical-appropriate interface
- Local SQLite database for patient notes
- Automatic calculation history
- Export capabilities
- No cloud dependency - your data stays local
Main calculator selection interface
Glasgow Coma Scale calculator in action
# Clone the repository
git clone https://github.com/yourusername/QuickMedCalc.git
cd QuickMedCalc
# Install dependencies (only built-in Python modules required)
pip install -r requirements.txt
# Run the application
python src/main.py- Go to Releases
- Download the latest
QuickMedCalc.exe - Run directly - no installation required
# Install PyInstaller
pip install pyinstaller
# Build executable
pyinstaller --onefile --windowed --name "QuickMedCalc" src/main.py
# Find executable in dist/ folder- Launch the application
- Search for calculators using the search box or browse the list
- Select a calculator from the left panel
- Enter patient data and click calculate
- Save notes if needed - all calculations are automatically stored
- Type
bmi→ Opens BMI Calculator - Type
gcs→ Opens Glasgow Coma Scale - Type
wells→ Opens Wells Score for DVT
This software is for educational and reference purposes only. It is NOT intended to replace clinical judgment, professional medical advice, diagnosis, or treatment.
- Always verify calculations independently
- Consult current medical literature and guidelines
- Users are responsible for ensuring accuracy before making clinical decisions
- The authors assume no liability for clinical decisions based on this software
This tool was created by a practicing General Physician to address real workflow inefficiencies. The calculators included are those most commonly used in daily practice.
All formulas have been verified against current medical literature and established clinical guidelines. However, always double-check critical calculations.
We welcome feedback from medical professionals to improve accuracy and add relevant calculators.
We welcome contributions from both medical professionals and developers!
- Report inaccuracies in calculations
- Suggest additional calculators
- Provide clinical feedback on interface design
- See CONTRIBUTING.md for technical guidelines
- Follow the existing code structure
- Ensure all medical calculations are properly validated
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-calculator) - Make your changes
- Add tests for new calculators
- Submit a pull request
- Drug interaction checker
- Additional scoring systems (APACHE, SOFA)
- Mobile app version
- Cloud sync (optional)
- Multi-language support
- Pediatric growth charts
- Cardiac risk calculators
- Laboratory value interpretations
- Language: Python 3.7+
- GUI Framework: Tkinter (built-in)
- Database: SQLite3 (built-in)
- Dependencies: Standard Python library only
- Platform: Cross-platform (Windows, macOS, Linux)
This project is licensed under the MIT License - see the LICENSE file for details.
- Created by practicing medical professionals
- Formulas validated against current medical literature
- Thanks to the medical community for feedback and suggestions
- 🐛 Bug Reports: GitHub Issues
- 💡 Feature Requests: GitHub Discussions
- 📧 Medical Questions: Please consult your medical literature or colleagues
If you use this software in research or education, please cite:
QuickMedCalc: Clinical Calculator & Decision Aid Tool
GitHub: https://github.com/yourusername/QuickMedCalc
Made with ❤️ by medical professionals, for medical professionals# QuickMed Calc 🏥
A comprehensive clinical calculator and decision aid tool for medical professionals
QuickMed Calc is a lightweight, offline-capable desktop application designed by and for medical professionals. It consolidates commonly used medical calculators and clinical decision aids into a single, easy-to-use interface.
Created by a General Physician for real-world clinical use.
- BMI Calculator - With standard WHO categories
- Body Surface Area (BSA) - Mosteller formula
- Creatinine Clearance - Cockcroft-Gault equation with staging
- Glasgow Coma Scale (GCS) - Complete neurological assessment
- Wells Score - DVT risk stratification
- APGAR Score - Newborn assessment
- Pediatric Dosing - Weight-based medication calculations
- CHADS₂ Score - Stroke risk with anticoagulation guidance
- Instant Search - Type "gcs" to find Glasgow Coma Scale
- Offline Operation - Works without internet connection
- Patient Notes - Built-in note-taking for each calculation
- Calculation History - SQLite database stores all results
- Professional UI - Clean, medical-appropriate interface
- Local SQLite database for patient notes
- Automatic calculation history
- Export capabilities
- No cloud dependency - your data stays local
Main calculator selection interface
Glasgow Coma Scale calculator in action
# Clone the repository
git clone https://github.com/yourusername/QuickMedCalc.git
cd QuickMedCalc
# Install dependencies (only built-in Python modules required)
pip install -r requirements.txt
# Run the application
python src/main.py- Go to Releases
- Download the latest
QuickMedCalc.exe - Run directly - no installation required
# Install PyInstaller
pip install pyinstaller
# Build executable
pyinstaller --onefile --windowed --name "QuickMedCalc" src/main.py
# Find executable in dist/ folder- Launch the application
- Search for calculators using the search box or browse the list
- Select a calculator from the left panel
- Enter patient data and click calculate
- Save notes if needed - all calculations are automatically stored
- Type
bmi→ Opens BMI Calculator - Type
gcs→ Opens Glasgow Coma Scale - Type
wells→ Opens Wells Score for DVT
This software is for educational and reference purposes only. It is NOT intended to replace clinical judgment, professional medical advice, diagnosis, or treatment.
- Always verify calculations independently
- Consult current medical literature and guidelines
- Users are responsible for ensuring accuracy before making clinical decisions
- The authors assume no liability for clinical decisions based on this software
This tool was created by a practicing General Physician to address real workflow inefficiencies. The calculators included are those most commonly used in daily practice.
All formulas have been verified against current medical literature and established clinical guidelines. However, always double-check critical calculations.
We welcome feedback from medical professionals to improve accuracy and add relevant calculators.
We welcome contributions from both medical professionals and developers!
- Report inaccuracies in calculations
- Suggest additional calculators
- Provide clinical feedback on interface design
- See CONTRIBUTING.md for technical guidelines
- Follow the existing code structure
- Ensure all medical calculations are properly validated
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-calculator) - Make your changes
- Add tests for new calculators
- Submit a pull request
- Drug interaction checker
- Additional scoring systems (APACHE, SOFA)
- Mobile app version
- Cloud sync (optional)
- Multi-language support
- Pediatric growth charts
- Cardiac risk calculators
- Laboratory value interpretations
- Language: Python 3.7+
- GUI Framework: Tkinter (built-in)
- Database: SQLite3 (built-in)
- Dependencies: Standard Python library only
- Platform: Cross-platform (Windows, macOS, Linux)
This project is licensed under the MIT License - see the LICENSE file for details.
- Created by practicing medical professionals
- Formulas validated against current medical literature
- Thanks to the medical community for feedback and suggestions
- 🐛 Bug Reports: GitHub Issues
- 💡 Feature Requests: GitHub Discussions
- 📧 Medical Questions: Please consult your medical literature or colleagues
If you use this software in research or education, please cite:
QuickMedCalc: Clinical Calculator & Decision Aid Tool
GitHub: https://github.com/yourusername/QuickMedCalc
Made with ❤️ by medical professionals, for medical professionals