Socket
Socket
Sign inDemoInstall

sorting-vis

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sorting-vis

Visualise how different sorting algorithms manage an array.


Maintainers
1

sorting_vis

Visualise how different sorting algorithms manage an array

Available algorithms

image

Dependencies

customtkinter Pillow

Installation

Make a virtual environment (recommended):

pip install virtualenv
python -m venv venv

Activate the virtual environment:

ON WINDOWS: venv\scripts\activate
ON MACOS/UNIX: source venv/bin/activate

Install the package and run the gui script:

pip install sorting-vis
sorting-ctk

sorting homepage sorter

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc