Check out the possibility of using the Python library Typer to redo the CompStart Python CLI tool. There is a RealPython course on how to build a Python CLI app using Typer which can be found here: https://realpython.com/courses/build-command-line-todo-app-typer/
Create a new subfolder under /devenv/experimental-content/ while doing the course and testing things out. The plan is to eventually create a GUI based tool, but it may be worth redoing the existing CLI tool with Typer.
Check out the possibility of using the Python library Typer to redo the CompStart Python CLI tool. There is a RealPython course on how to build a Python CLI app using Typer which can be found here: https://realpython.com/courses/build-command-line-todo-app-typer/
Create a new subfolder under
/devenv/experimental-content/while doing the course and testing things out. The plan is to eventually create a GUI based tool, but it may be worth redoing the existing CLI tool with Typer.