Skip to content

patrickhadlaw/py-mod-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-mod-sort

Sorting algorithm visualization built in python using tkinter

Liscensing

This project is licensed under the provided license - see the LICENSE.md file for details

Build instructions

Linux & Mac OS

$ 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

Windows

  • Install python 3.*
$ git clone https://github.com/patrickhadlaw/py-mod-sort
$ python -m venv <directory>/py-mod-sort

Run instructions:

Linux & Mac OS

$ 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

Windows

$ 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

Screenshot 1

About

Modular sorting animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages