Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 866 Bytes

File metadata and controls

19 lines (14 loc) · 866 Bytes

Sorting-Visualiser-Tool

This is a Sorting visualiser tool made using Tkinter.

Usage

  1. Clone the repository. (click here for help).
  2. Open cmd or terminal.
  3. For linux users only, make sure tkinter is installed in your system. Type sudo apt-get install python3-tk.
  4. Type python sortingAlgos.py or python3 sortingAlgos.py
  5. This tool has various themes. Select any theme and start using tool.

Some output images

Code is written in python 3.7