Skip to content

sunn-e/PySORTO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A sorting visualiser in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages