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: 4 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T07:59:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T19:34:43.546Z (6 months ago)
- Topics: algorithm, gui, python, sorting-algorithms, tkinter, tkinter-gui, visualization
- Language: Python
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://www.codefactor.io/repository/github/sourhub226/sorting-visualizer-python)
[](https://github.com/sourhub226/sorting-visualizer-python/issues)
# Sorting Visualizer GUI
Python app that visually shows how different sorting algorithms work.
Made in python using `Tkinter` module.
---
Before sorting

After sorting

---
### 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