Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.1 KB

made-with-python CodeFactor contributions welcome ViewCount

Sorting Visualizer GUI

Python app that visually shows how different sorting algorithms work.

Made in python using Tkinter module.


Before sorting

GUI

After sorting

GUI


Python Dependencies:

Install the above python dependency using the following command

pip install -r requirements.txt