I created a tower of Hanoi code using python. Now, I want to visualize the steps after running the code. For example, when my code prints 'Move from A to C', one disc will move from Stack A to Stack C. Then next maybe B to C. I want to visualize the steps using some python code. I know it can be done using R shiny, but I have to do it using python only. Does anyone have any idea what are the possible options for this.