FIT Wizard Module

October 12, 2025 ยท View on GitHub

FIT Wizard is a component of the FIT Project ecosystem.

This module provides a guided setup wizard for the FIT suite.
It helps users configure and launch the FIT suite application with a sequence of interactive steps.


This module depends on:

๐Ÿ Dependencies

Main dependencies are:

  • Python >=3.11,<3.13
  • PySide6 6.9.0
  • fit-verify-pdf-timestamp (custom submodule)
  • fit-verify-pec (custom submodule)

See pyproject.toml for full details.

Requirements

  • Python 3.11
  • Poetry (recommended for development)

๐Ÿš€ Installation

You can install the module using Poetry:

git clone https://github.com/fit-project/fit-wizard.git
cd fit-wizard
poetry install

To run the wizard:

poetry run python main.py

Contributing

  1. Fork this repository.
  2. Create a new branch (git checkout -b feat/my-feature).
  3. Commit your changes using Conventional Commits.
  4. Submit a Pull Request describing your modification.