# traceui **Repository Path**: mirrors_ARM-software/traceui ## Basic Information - **Project Name**: traceui - **Description**: traceui is a python application that is designed to streamline the process of creating and post-processing traces by automating as much of the workflow as possible. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-16 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Trace UI ## Installation Requires python 3.6 or newer If running outside a virtual python environment: ``` sudo -H pip install pandas pyside6==6.2.4 git clone ... cd traceui ``` If using a virtual environment: ``` pip install pandas pyside6==6.2.4 git clone ... cd traceui ``` In order to run fast forwarding verification, ensure to have imagemagick installed: ``` apt install imagemagick ``` ## Development ## Running Linux ``` ./run.sh ``` Which will check for updates and then launch the gui. Follow the onscreen instructions from there. ## Outputs All outputs are stored int the tmp/* folder in the script run directory.