A terminal tool that reads Python code using the ast module, predicts its Big-O complexity, and plots a runtime graph using matplotlib. This will print a complete complexity analysis to the terminal, ...