CLI app to help memorize the digits of pi in customizable chunks through repetition and recall.
A simple command-line tool for memorizing digits of pi using chunk-based practice and recall testing. The program tracks known digits, sets a target, and guides through self-selected chunks with repetition and feedback. Designed for incremental learning in a lightweight terminal environment.
-
Python3: for building the CLI application
-
mpmath: generates high-precision digits of pi
-
ANSI escape codes: used to add color formatting for terminal output