This Gist converts the HTML table from NFA2DFA by @cyberzhg to mathematical
style 
Simply select the table, copy and paste it in a file with CSV extension.
The pasted text should be tab separated values.
For example, the CSV file should look like table.csv provided below.
Then, run python3 main.py <CSV>, e.g., python3 main.py table.tsv.