Installation
Requirements
Python >= 3.10
A working Tkinter installation (usually included with standard Python installers)
For CZI input:
pylibCZIrwmust be installable on your system.
Install (recommended)
pip install theatrics
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.