Metadata-Version: 2.4
Name: graphical-sort-lib
Version: 0.1.0
Summary: Tkinter-based sorting algorithm visualizer.
Author: Arthas1811
Keywords: sorting,visualizer,tkinter,education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.5
Dynamic: license-file

#library for Searching Algorithms with GUI for IT-Classes
by [Arthas1811](https://github.com/Arthas1811)

## Installation

```bash
pip install .
```

## Usage

```python
import graphicalSortLib

graphicalSortLib.run()
```
