diff --git a/README.md b/README.md index d3f0c80..3f584a3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Sorting Algorithms Visualization Python -[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/Python-3.7%2B-blue.svg)](https://www.python.org) [![Pygame](https://img.shields.io/badge/Pygame-2.0.1-blue.svg)](https://www.pygame.org) A visualization tool for various sorting algorithms implemented in Python. See how different sorting algorithms work and how they perform on different datasets. -Sorting Algorithms Visualization Python Demo: demo.gif +## Demo: + +![Demo Gif](_Captures/gif.gif) + ## Features @@ -32,13 +34,14 @@ Sorting Algorithms Visualization Python Demo: demo.gif 4. Use the user interface to select a sorting algorithm, dataset, and adjust the visualization settings. 5. Start the visualization and observe the sorting algorithm in action. -## Screenshots: - -Screenshot 1: screenshot1.png -Screenshot 2: screenshot2.png - ## Authors: - Nazir (@nazir20) - Judy (@judy-nkwama) - Asli (@asliBozkurt) + +## Screenshots: + +![Demo Gif](_Captures/Screenshot1.png) +![Demo Gif](_Captures/Screenshot2.png) +![Demo Gif](_Captures/Screenshot3.png) diff --git a/_Captures/Screenshot1.png b/_Captures/Screenshot1.png new file mode 100644 index 0000000..5ec4a44 Binary files /dev/null and b/_Captures/Screenshot1.png differ diff --git a/_Captures/Screenshot2.png b/_Captures/Screenshot2.png new file mode 100644 index 0000000..6c45c52 Binary files /dev/null and b/_Captures/Screenshot2.png differ diff --git a/_Captures/Screenshot3.png b/_Captures/Screenshot3.png new file mode 100644 index 0000000..a33ea87 Binary files /dev/null and b/_Captures/Screenshot3.png differ diff --git a/_Captures/gif.gif b/_Captures/gif.gif new file mode 100644 index 0000000..176a00c Binary files /dev/null and b/_Captures/gif.gif differ diff --git a/_Captures/nothing.txt b/_Captures/nothing.txt new file mode 100644 index 0000000..d18de96 --- /dev/null +++ b/_Captures/nothing.txt @@ -0,0 +1 @@ +asas diff --git a/main.py b/main.py index 9668fa1..f3d795f 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,6 @@ graph_type = StringVar() sorting_alg = SortingAlgorithms() - # Buttons def start_btn():