Pytomatas v.1.1.3
🤖 Pytomatas
📌 Version 1.1.3
Pytomatas allows to simulate Acceptor Automata in the console with Python, implementing its characteristics using different definitions (mathematics included), with the following types:
- DFA (Deterministic Finite Automaton);
- NFA (Non-deterministic Finite Automaton);
- PDA (Push-Down Automaton);
- TM (Turing Machine);
What can do?
- Create and manage various types of automaton: DFA, NFA, PDA, TM.
- Visualize automata information in console.
- Simulate automata acceptors based on strings.
- Observe the processes of steps and transitions when introducing a string to the automaton.
⭕ NOT FIXED ERROR: It installed correctly with "pip install", but the modules was not found becasue error on setup.py file. It has a new link to install the library correctly in the documentation.