Skip to content

A small program to manage medical indents

License

Notifications You must be signed in to change notification settings

ndrefg/MedSort

 
 

Repository files navigation

MedSort

A small python TKinter program to manage medical indents

Components

MedSort.py -> Main window GUI Searcher.py -> Algo for searcher

SearchSetup.py -> Refresh DB GUI SearchFileMaker.py -> Algo for DB Maker

Helpful Commands

Build exe for windows

Install PyInstaller pip3 install pyinstaller

Create .spec file !Required pyinstaller -F MedSort.py

Make the .exe file docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows

pyinstaller/pyinstaller#2613 (comment)

About

A small program to manage medical indents

Resources

License