Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 644 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 644 Bytes

Array Sort Visualizer con Python y TKinter

Pequeño proyecto para visualziar la ordenacion de un array utilizando el lenguaje de Python y como UI TKinter

Configuración

Instalar los paquetes/dependencias necesarios

pip install -r requirements.txt

Ejecutar programa

Desde la terminal

python3 main.py

Crear ejecutable .exe

pyinstaller --window --onefile main.py

Algoritmos disponibles