My solutions for project euler challenge - https://projecteuler.net/.
Made mostely for checking out the code, but if you wish to run it yourseld (few of the solutions have fun bonus outputs) you can just:
git clone https://github.com/niryarden/euler_project_solutions
cd euler_project_solutions
python3 solutions\euler<ques_number>.py
Nothing but any version of python3
Enjoy :)