EulerPy icon indicating copy to clipboard operation
EulerPy copied to clipboard

Python-based Project Euler command line tool.

Results 3 EulerPy issues
Sort by recently updated
recently updated
newest added

dashb - dashboard to show the progress. run - to run EulerPy itself.

when using 'euler problem_number' command, let the user know if the problem_number already exists. if exists, ask the user to verify solution or not .

statement for problem 75 had a typo, the input parameter is 1,500,000 and not 2,000,000. You can validate here: https://projecteuler.net/problem=75