February 25th, 2026
GUI for fibirr setup based on AvaSpec library
Python 3.12 or higher is required
The Anaconda Powershell Prompt is a good tool.
(base) conda create -n fibirr-GUI
(base) conda activate fibirr-GUI
(fibirr-GUI) conda install pip(fibirr-GUI) conda install git
(fibirr-GUI) cd Desktop
(fibirr-GUI) \Desktop> git clone https://github.com/CrespiLab/fibirr-GUI.gitA folder called "fibirr-GUI" is downloaded.
- Inside
fibirr-GUIdirectory, create a directory calledavantes - Place DLL inside
avantesdirectory (e.g., avaspecx64.dll)
(fibirr-GUI) \Desktop> cd fibirr-GUI
(fibirr-GUI) \Desktop\fibirr-GUI> pip install -e .Make sure to activate the environment, and then call the .pyw file using Python:
(base) conda activate fibirr-GUI
(fibirr-GUI) \Desktop\fibirr-GUI> python GUI.pyw
The GUI should appear after a short while.
(command-line script coming soon)
The user can adjust the desired default settings in the settings.py file that is located in the folder user.