Using Py to calculate Pi
This is a Python console application that calculates the number Pi. You can choose the number of iterations (The more, more precise it will be but will also take more time) and the preciseness of division. The division algorithm was fully recreated and divides using the way we humans do division by hand, so it does not round anything and the preciseness can be fully controlled to any decimal.
The code does not use any extra modules and can be built using whatever you want, PyInstaller is my preference. Prebuilt Windows binaries can be found in the releases section.
You are allowed to use the code however you like, including modifying it. However your product must also be open sourced and must mention me as the original author.