Skip to content

HydRen-fr/TriPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 TriPy - Python sorting algorithm viewer 🐍

Image Demo

TriPy is a project for visualizing sorting algorithms in Python. It uses the Matplotlib library to generate animations and present them on a website built with the Flask Python framework.

🌐 Site access

The TriPy website can be accessed here.


🧑🏼‍🤝‍🧑🏾 Contribute to the project

💡 Everyone is invited to contribute to the TriPy project! 💡

Codons ensemble !

  • Download the sources folder from this directory, which contains all the source code.
  • Open the folder with your favorite Python development environment.
  • Install the dependencies using the command :
pip install -r requirements.txt
  • Once the project is installed, it can be run from the command line:
python app.py

or

flask run

This will launch TriPy's user interface on your default web browser on the localhost.

🔥 You can now start working on the project and propose your modifications by creating Pull Requests on GitHub.

To help you get to grips with TriPy, documentation is available in the doc folder in this directory.

Don't forget to consult the TODO.md file for more information on how to contribute to the project.

License

TriPy is distributed under the Free Software License GPL v3+. Please consult the LICENSE file for more information.