This GUI based program shows how to calculate the mathematical constant Pi with random numbers
Please ensure that you are using Python 3 (better > 3.10
). You don't need any other dependencies!
You can configure the programs behavior by editing the constants.py
file.
Now you can run the program by typing python3 app.py
in the console and press enter.
- Florian Dalwigk: https://www.youtube.com/watch?v=4LFQ4WpLZZw
- Turtle Cheat Sheet: http://www.cse.msu.edu/~ldillon/cse-ctl/Spring2015/Meeting07/turtleCheatSheet.pdf
- Official Python 3 turtle documentation: https://docs.python.org/3/library/turtle.html