ChartGen is a Python tool for visualizing student test data over time
Clone the project
git clone https://github.com/chrispho/ChartGenUse the package manager pip to install requirements.txt.
pip install requirements.txtThis tool is designed to be used in conjunction with the graded assessments from the Mathnasium math tutoring franchise. Students and their respective assessment results can be added into a SQLite3 database with the dropdown UI.
Student performance over time is then displayed in an Altair chart with projected future performance indicated with colored, dotted lines. More data points will result in more accurate prediction of future performance.
Charts can also be manually annotated to aid in explanation to potential students and their parents.


