Files
eulerplot/README.md
T
2026-06-03 20:29:49 -04:00

10 lines
229 B
Markdown

# eulerplot
Simple script to plot a Project Euler account's solve history.
## Usage
Download the CSV of the account's history from the History tab of the Progress
page. Then plot with
```
./eulerplot.py -f <file> [file ...]
```