This project is a Python application that generates a radar chart (spider chart) from data stored in a SQLite database.
It visualizes different aspects of a person's development (Career, Learning, Nutrition, Spirituality, Strength) in a clear and modern dashboard-style chart.
- Connects to a SQLite database (
people.db) and fetches scores for a given person. - Displays the data in a polar radar chart using
matplotlibandnumpy. - Clean design with customized colors and labels.
- Categories and scores appear directly at the polygon tips.
- Simple input: just enter the name of the person to visualize.
- Python 3
- SQLite3
- Matplotlib
- NumPy