Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sourhub226/sorting-visualizer-python
- Owner: sourhub226
- Created: 2020-06-19T09:00:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T07:59:16.000Z (over 3 years ago)
- Last Synced: 2023-03-10T05:16:34.305Z (over 1 year ago)
- Topics: algorithm, gui, python, sorting-algorithms, tkinter, tkinter-gui, visualization
- Language: Python
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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