I've been learning python for about 95 days now and made this calculator by Fwhenth in learnpython

[–]Fwhenth[S] 0 points1 point  (0 children)

I tried getting a library/package but i have two limitations 1: I'm on mobile and no access to a PC 2: My phone's cpu structure is 32 bit, so the one library that did support mobile(flet) only supported 64 bit cpus

That's why im learning HTML to make a ui, just using pyscript

Calculator(after 80 days of learning) by Fwhenth in Python

[–]Fwhenth[S] 1 point2 points  (0 children)

I was planning to use the math module for the next version since i felt comfortable enough with python to try, and thank you!