https://github.com/jg2kpy/tp-compi
https://github.com/jg2kpy/tp-compi
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jg2kpy/tp-compi
- Owner: jg2kpy
- License: gpl-3.0
- Created: 2024-06-19T23:52:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T12:39:34.000Z (11 months ago)
- Last Synced: 2024-06-28T01:52:05.535Z (11 months ago)
- Language: Python
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```