NFA2DFA is a Desktop app allows user to build , edit, save , and open (NFAs,ε-NFA) . Also, You can visualize their Equivalent DFA and the transition table created during the NFA to DFA conversion.
you can find in this repo detailed user guide on how to use the program (User Guide.docx)
1.git pull https://github.com/Ahmed712441/Nfa2Dfa.git
2.pip install -r requirements.txt
Note: on mac you need to install additional binaries for Tkinter to work with you.
3.Run main.py