Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sourhub226/sorting-visualizer-python

Sorting visualizer app made in python
https://github.com/sourhub226/sorting-visualizer-python

algorithm gui python sorting-algorithms tkinter tkinter-gui visualization

Last synced: 3 days ago
JSON representation

Sorting visualizer app made in python

Awesome Lists containing this project

README

        

[![made-with-python](https://img.shields.io/static/v1?label=Made%20with&message=Python&logo=python&labelColor=FFD745&color=3475A7)](https://www.python.org/)
[![CodeFactor](https://www.codefactor.io/repository/github/sourhub226/sorting-visualizer-python/badge)](https://www.codefactor.io/repository/github/sourhub226/sorting-visualizer-python)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sourhub226/sorting-visualizer-python/issues)
![ViewCount](https://views.whatilearened.today/views/github/sourhub226/sorting-visualizer-python.svg)

# Sorting Visualizer GUI

Python app that visually shows how different sorting algorithms work.

Made in python using `Tkinter` module.

---

Before sorting

![GUI](before-sorting.png)

After sorting

![GUI](after-sorting.png)

---

### Python Dependencies:

- [`colour` library](https://pypi.org/project/colour/) (For rainbow gradient)

Install the above python dependency using the following command

pip install -r requirements.txt