10 lines
229 B
Markdown
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 ...]
|
||
|
|
```
|