08.30.25

CalculonX – A console calculator

So, I’ve been using a console calculator that I made for over 20 years ago so I’ve decided to update it and basically just make it the way I want it. If anyone ever saw it (unlikely) they would know it’s outdated. Here is an overview of the changes.

Some additions:

  • Color Themes and sizes
  • Resizing
  • A bit of color for answers and a different font
  • Menus for functions, constants and unit conversions
  • Precision and fractions
  • Degrees/radian selection
  • A log for all calculations, in case you want to look

Some removals:

  • The graphing window
  • The interpreter and programming portion

So, this time I am including the source. It’s in python using pyQT6 for the GUI, not tkinter like I often do.

DOWNLOAD HERE

Tags: , , ,
| Posted in Programming | Comments Off on CalculonX – A console calculator