Sorting algorithm visualization built in python using tkinter
This project is licensed under the provided license - see the LICENSE.md file for details
- Patrick Hadlaw - patrickhadlaw
$ sudo apt-get install python3 python3-pip python3-tk
$ git clone https://github.com/patrickhadlaw/py-mod-sort
$ python -m venv <directory>/py-mod-sort
- Install python 3.*
$ git clone https://github.com/patrickhadlaw/py-mod-sort
$ python -m venv <directory>/py-mod-sort
$ cd <directory>/py-mod-sort
$ source ./bin/activate
$ python py_mod_sort.py [-n <num-elements>] [-w <window-dim>]
# Example: python py_mod_sort.py -n 1000 -w 800x600
$ cd <directory>/py-mod-sort
$ Scripts\activate
$ python py_mod_sort.py [-n <num-elements>] [-w <window-dim>]
# Example: python py_mod_sort.py -n 1000 -w 800x600
