An open API service indexing awesome lists of open source software.

https://github.com/jg2kpy/tp-compi


https://github.com/jg2kpy/tp-compi

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# TP-Compi

Para ejecutar este proyecto se requiere Python 3:

Sistemas basados en Debian (Debian, Ubuntu, etc):
```sh
sudo apt-get install python pip
```
Windows y MacOS: https://www.python.org/

Para ejecutar con interfaz gráfica se requiere PySimpleGUI
y para el gráfico de barras final se requiere Matplotlib:
```sh
pip install pysimplegui matplotlib
```

Luego ejecutamos con:
```sh
python main.py
```

Para ejecutar en modo consola:
```sh
python main_console.py
```