Metadata-Version: 2.1
Name: sorting_vis
Version: 1.0.0
Summary: Visualise how different sorting algorithms manage an array.
Home-page: https://github.com/tomasvana10/sorting_vis
Author: Tomas Vana
License: MIT
Platform: any
Classifier: Topic :: Multimedia
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Description-Content-Type: text/markdown
Requires-Dist: customtkinter
Requires-Dist: pillow

# sorting_vis
See how different sorting algorithms manage an array

## Dependencies
`customtkinter`
`numpy`
`Pillow`

## Installation
```
pip install sorting_vis
OR 
pip3 install sorting_vis

sorting_vis-ctk
```
