Skip to content

sourhub226/sorting-visualizer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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