Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 571 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 571 Bytes

T3grafosyautomatas

Arboles y automatas en python

Grupo N1

  • Felipe Antonio Perez Cares
  • Alex Pino Moya
  • Alex Phillips Bidart Orellana
  • Pablo Andrés Sepúlveda Fernández
  • Oscar Ambrosio Muñoz Retamal

Dependencias

  • Python
  • Tk
  • Graphviz
  • Pillow

Instalar dependencia

Por PowerShell(Windows) o por Terminal(Linux/Mac) pip install tk

pip install graphviz

pip install pillow

Run

python AutoEd.py

Compilar con pyinstaller

Instalar pyinstaller por pip install pyinstaller

Y compilar por pyinstaller .\AutoEd.py