Skip to content

A simple toolkit for doing analysis and operating functions on automata

Notifications You must be signed in to change notification settings

p4nzer96/FSAToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge Static Badge

FsaToolbox

A library to compute common operations on fsa automata.

How to use

There are three ways to use this tool:

  • Using the library in a python script
  • Using a simple CLI interface

To use the python library

  1. Build the lib from the root directory with:
python setup.py bdist_wheel
  1. The wheel package is needed, you can install it with:
pip install wheel
  1. After, locate the ".whl" file (usually in /dist) and install the lib with:
pip install <full/path/to/whl>

To use the simple CLI interface:

  1. Download the lastest build from the "Release" page
  2. Unzip the downloaded folder
  3. run "simpleCLI.exe" Note that this doesn't require to have python installed.

About

A simple toolkit for doing analysis and operating functions on automata

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages