DICEWin

About


DICEWin is a GUI which aims to enable the analysis of DICE outputs using a graphic interface.

It was developed by the at the time undergrad student Thiago Duarte, and is written in Python 3 and uses Qt5 for the graphic interface.

 

Download


The latest version can be obtained at the DICEtools repository on Github.

 

Installing the dependencies


DICEWin depends on matplotlib, scipy, sip and pyqt5.

We recommend using the Anaconda Python distribution (with Python 3) to install the dependencies.

After installing the Anaconda Python, open a new Terminal a type the following commands (one at a time) to install the dependencies:

conda install matplotlib
conda install scipy
conda install sip
conda install pyqt=5