TeoComp is a library for teaching Automata Theory, Languages and Theory of Computing. TeoComp provides Jupyter Notebooks (in Portuguese) for Theory of Computing content that can be run through the Google Colab cloud infrastructure.
TeoComp is available by MIT License.
You must install:
- graphviz
- pandas
- ipywidgets
- xmltodict
To install TeoComp from Github, run the following command:
pip install git+https://github.com/daviromero/teocomp.git
To install TeoComp from PyPi repository, run the following command:
pip install teocomp