🤖 Pytomatas
📌 Version 1.1.4
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.
✅ All implementation and installing erroros fixed (for now) :3