Skip to content

Sfonxu/pyfitit-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFitIt GUI

This project aims to add a graphical user interface to the PyFitIt package. This application currently features:

  • The ability to create project files for the inverse method, including:
    • The ability to add and edit deformations
    • Basic tooltips for many input fields

NOTE: Most features are still in an unfinished state.

Installation

In order to install the package, you can use the pip package manager:

pip install pyfitit-gui

or download the source code files. Then, in the source code folder after creating a virtual environment use:

pip install . 

to install the package.

Usage

After installing, launch the app by typing pyfitit-gui in your terminal.

Documentation

Code documentation is generated via pdoc. This repo also contains a hand-written manual describing PyFitIt, and in the future it will also contatin a chapter on PyFitIt GUI.

License

This code is availible under the GNU GPL v3 license as stated in the LICENSE file.