Built to make multi-spectral imaging easy for beginner scholars getting image files in large chunks. This application is built to minimize complexity and computing power, and to maximize ease of use for scholars.
- Run with
python .\src\easy_msi\__main__.py
- Core code with Python
- Tkinter for user interface around Python
- Uses PyInstaller to package application (
pyinstaller EasyMSI.spec
) - To build .exe, use
PyInstaller ./easy-msi.spec