{"id":21464291,"url":"https://github.com/marcpinet/sort-visualizer","last_synced_at":"2026-02-18T05:02:15.619Z","repository":{"id":112502971,"uuid":"468551849","full_name":"marcpinet/sort-visualizer","owner":"marcpinet","description":"🧮 A simple sorting algorithm visualizer written in Python with Pygame (with a lot of algorithms to observe).","archived":false,"fork":false,"pushed_at":"2025-02-01T18:53:40.000Z","size":87,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:06:03.822Z","etag":null,"topics":["pygame","python","sort","sorting-algorithms","sorting-visualization"],"latest_commit_sha":null,"homepage":"https://marcpinet.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcpinet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-11T00:15:09.000Z","updated_at":"2025-02-01T18:53:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6e2fe81-9ab1-4201-9d2a-9bc6f0b0ecb8","html_url":"https://github.com/marcpinet/sort-visualizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcpinet/sort-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fsort-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fsort-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fsort-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fsort-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcpinet","download_url":"https://codeload.github.com/marcpinet/sort-visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fsort-visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pygame","python","sort","sorting-algorithms","sorting-visualization"],"created_at":"2024-11-23T07:31:12.199Z","updated_at":"2026-02-18T05:02:15.604Z","avatar_url":"https://github.com/marcpinet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorting Visualizer\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)\n\nA simple graphical sorter written in Python with Pygame where you can visualize many algorithms and see how they actually work.\n\nYou can adjust the speed using \u003ckbd\u003e→\u003c/kbd\u003e or \u003ckbd\u003e←\u003c/kbd\u003e and shuffle the array at the end of the sorting to restart the algorithm by pressing \u003ckbd\u003eSPACE\u003c/kbd\u003e. Finally, press \u003ckbd\u003eESC\u003c/kbd\u003e to exit.\n\nI will add more algorithms when I have time.\n\n## How to use\n\nJust launch the `main.py`, choose your algorithm and the size of the array to sort.\nWhen the Pygame window gets opened, press \u003ckbd\u003eSPACE\u003c/kbd\u003e to start the algorithm.\n\n## Known issues\n\n\u003cul\u003e\n    \u003cli\u003eNothing yet!\u003c/li\u003e\n\u003c/ul\u003e\n\n## Demo\n\n### Quick Sort - Randomized Array\n\nhttps://user-images.githubusercontent.com/52708150/158039436-4f7f3847-20ff-4f5f-8981-53d9babdfc36.mp4\n\n### Merge Sort - Randomized Array\n\nhttps://user-images.githubusercontent.com/52708150/158039423-6e953005-65d8-437c-9da1-f279f738a600.mp4\n\n### Heap Sort - Randomized Array\n\nhttps://user-images.githubusercontent.com/52708150/158039415-4e5dfd88-dc88-4c53-9f15-f79d7954352d.mp4\n\n## Support 👨‍💻\n\nAny problems with running the script and any questions please create a new issue [here](https://github.com/marcpinet/sorting-visualizer/issues/new?assignees=\u0026labels=\u0026template=bug_report.md\u0026title=).\n\nYou can also contribute to this project by requesting new features [here](https://github.com/marcpinet/sorting-visualizer/new?assignees=\u0026labels=\u0026template=feature_request.md\u0026title=).\n\nI never ask for money for my open source projects. However, you can still tip me if you want.\nI am a [Brave Verified Creator](https://i.imgur.com/fOUfdM5.png)!\n\n## Prerequisites\n\n* Python 3.7.0+\n\nGet a copy of the Project. Assuming you have git installed, open your Terminal and enter:\n\n```bash\ngit clone 'https://github.com/marcpinet/sorting-visualizer.git'\n```\n\nTo install all needed requirements run the following command in the project directory:\n\n```bash\npip install -r requirements.txt\n```\n\n## Running 🏃\n\nAfter that you can proceed to start the program by running `main.py`.\n\n## TO-DO List\n\n\u003cul\u003e\n    \u003cli\u003eNothing yet.\u003c/li\u003e\n\u003c/ul\u003e\n\n## Authors\n\n* **Marc Pinet** - *Initial work* - [marcpinet](https://github.com/marcpinet)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Hat tip to anyone whose code was used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcpinet%2Fsort-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcpinet%2Fsort-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcpinet%2Fsort-visualizer/lists"}