Project of the day (day 8) 2023, Wednesday, August 30th
#UCALC : https://github.com/seanpm2001/UCALC/
UCALC is one of my first #Python projects, and is one of my most developed software pieces. It is functional, but currently only works via command line, and is missing a lot of planned features. It is a highly advanced #calculator, with dozens of modes, and support for very complex #mathematical jobs, such as #calculation beyond the computers #processor type (eg: it can do #128bit and higher calculations on a #64bit machine)
Recently, I learned about the new terms Ronnabyte and Quettabyte (along with the smaller units deca (10) and hecto (100) which I didn't add in originally) and I am hoping to update the calculator (and 2 other projects) to include these new units in the near future.
UCALC was originally tested on #Windows 10, but can work on any computer that has a functional Python interpreter. I hope to make it more functional, and eventually add a functional GUI.
#ucalc #python #calculator #mathematical #calculation #processor #128bit #64bit #windows