Interactive and static tool for organizing dicoms.
For a static installation via HTTPS:
git clone https://github.com/jbteves/dicomorg.git
cd dicomorg && pip install .
For a dynamic installation via SSH:
git clone git@github.com:jbteves/dicomorg.git
cd dicomorg && pip install -e .
Feel free to use in a conda environment, which I warmly recommend.