add readme

This commit is contained in:
filifa
2026-06-03 20:29:49 -04:00
parent c8be129342
commit b76185f894
+9
View File
@@ -0,0 +1,9 @@
# 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 ...]
```