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 ...] +```