Nth Digit of Pi
- 4 Devlogs
- 4 Total hours
Input n to get a digit with the position of n of pi
Input n to get a digit with the position of n of pi
Added error detection so you can no longer input a number less than or equal to 0.
Added exe file and committed to github so I can make the demo link for the very first ship! I don’t really know what I’m planning to do later but at least I can get it out there and ship it now(Hopefully).
Learned a bit of PyQt6 so I can turn this into an actual app people can use. It honestly took a while to learn because I only used Tkinter so far in my python journey, but yeah I made my simple function into a working GUI! Next I’m planning to work on making the GUI look more neater and maybe add some designing and then yeah I guess I’m done with the project and then I can ship it.
Spent 1 hour learning mpmath and made a project to help you find the nth digit of pi.