This project visualizes sorting algorithms using the Pygame library, offering a dynamic way to see how Insertion Sort and Bubble Sort operate. Users can interact with the visualization to sort a random list of numbers in either ascending or descending order and reset the data to see the sorting in action repeatedly. The height of the columns on the display represents the values being sorted, making the algorithms' processes visually intuitive and engaging.