jlopezalo / PyFMGUI

PyFMGUI is an application for the analysis of force microscopy data capable of analyzing Nanoscope and JPK AFM files.
10 stars 3 forks source link

PyFMGUI

Currently the version in active development is located in the following fork:

https://github.com/DyNaMo-INSERM/PyFMGUI_DyNaMo.git

Here you will find the latest release of the code being maintained by the team at the DyNaMo-INSERM lab.

Introduction

PyFMGUI is an application for the analysis of force microscopy data capable of analyzing Nanoscope and JPK AFM files.

The following analysis routines are supported:

If you have any suggestions, comments or experience any issues. Please open an issue on this repository.

https://github.com/jlopezalo/PyFMGUI/issues

Run software

A zip containing the frozen application can be found and downloaded here:

https://doi.org/10.5281/zenodo.8301684

To run, extract the contents of the .zip and run the main.exe file.

To run from source

Generate executables

If you wish to do any changes to the code and freeze them. You can use PyInstaller and run the main.spec file (Windows).

python -m PyInstaller main.spec

To Do