Skip to content
Dennis Loi edited this page Jul 22, 2022 · 6 revisions

The scope of this is to build a library that can be used to compute common operations with FSA (Finite State Automata).
The core of this repository is the library itself, contained in the folder fsatoolbox.
The library can be used by itself with a python interpreter or by the two provided tools one CLI (Command Line Interface) and one GUI (Graphical User Interface).

Note: at this stage the CLI contains a lot of the functions provided by the library, while the GUI have only the analysis functions implemented.

Do you need help to use the CLI?

Go to:
https://github.com/p4nzer96/Automi/wiki/Getting-started-with-the-CLI

Clone this wiki locally