Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 750 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 750 Bytes

PySOTTO

A sorting visualiser in Python

Todo

UI/UX

  • Time of execution
  • Visualise like animation,frame by frame
  • Distribute installers
  • Screnshot option
  • History of values min,max and size
  • Menu bar

Algorithms

  • Bubble Sort
  • Merge Sort
  • Quick Sort

Distribution

How to generate installer for your operating system. Follow below steps .

  • pip install pyinstaller

  • pyinstaller sortingAlgos.py

  • Go to dist/ directory in root folder of the project

    Read pyinstaller manual for more details.

known bugs

  • clicking "Generate" button repeatedly,before last execution, does not delete previous canvas, it overwrites the canvas.