This is a Sorting visualiser tool made using Tkinter.
- Clone the repository. (click here for help).
- Open cmd or terminal.
- For linux users only, make sure tkinter is installed in your system. Type
sudo apt-get install python3-tk
. - Type
python sortingAlgos.py
orpython3 sortingAlgos.py
- This tool has various themes. Select any theme and start using tool.
Code is written in python 3.7