Installation

Requirements

  • Python >= 3.10

  • A working Tkinter installation (usually included with standard Python installers)

  • For CZI input: pylibCZIrw must be installable on your system.

Run the GUI

After installation, run:

theatrics

Install from source (developers)

git clone https://github.com/yusuf-qutbuddin/theatRICS.git
cd theatRICS
pip install -e .
theatrics

Notes (Linux)

On some Linux distributions, you may need system packages for Tkinter, e.g. python3-tk from your package manager.