From b76185f894728fdbe0ad787eb7cc8e51a5dbf3dd Mon Sep 17 00:00:00 2001 From: filifa Date: Wed, 3 Jun 2026 20:29:49 -0400 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f76ebe4 --- /dev/null +++ b/README.md @@ -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 ...] +```