ISO icon indicating copy to clipboard operation
ISO copied to clipboard

Need Scientific Calculator & Programmer Calculator functionality on a Calculator

Open louies0623 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

One of the most useful features of macOS calculators for scientists or mathematicians is the Scientific Calculator & Programmer Calculator. This is for most people in general as long as they can add, subtract, multiply and divide, but it is important for them to perform this function.

This page has more to say about calculators. https://osxdaily.com/2015/06/14/access-scientific-programmer-calculator-mac-os-x/

Describe the solution you'd like Add the functionality of The Scientific Calculator & Programmer Calculator.

Describe alternatives you've considered none

Additional context Add any other context or screenshots about the feature request here. access-alternate-calculators-mac-610x163 three_kinds_of_calculator 497628040pcalc38

louies0623 avatar Mar 29 '22 05:03 louies0623

If anyone wants to find or write on in PyQt without large dependencies, I will consider to add it.

probonopd avatar Apr 08 '22 17:04 probonopd

Just for memory:

A simple introduction to PyQT arround a calculator https://realpython.com/python-pyqt-gui-calculator/ A implementation of it doc: https://github.com/TimothyDJones/pyqt5-calc

good PyQT function for a calculator https://www.pythonguis.com/examples/python-calculator-gui/ https://codingdeekshi.com/pyqt5-scientific-calculator/

Hierosme avatar Apr 22 '23 07:04 Hierosme

Check out http://qalculate.github.io/

probonopd avatar Apr 22 '23 10:04 probonopd

Dev a true OsX like calculator is a True choise... (I totaly can deal with it ...)

The trouble is maintain it over the time ....

For my point a True calculator will help my childrens for school... Then qalculate look realy usefull for school. When i take a look on feature list: https://qalculate.github.io/features.html

I can confess , The better is to use my Dev time for other thing.

Could we package qcalculate QT-ui as .app ? any help needed ?

Hierosme avatar Apr 22 '23 19:04 Hierosme

sudo pkg install qalculate-qt5 should do the trick.

probonopd avatar Apr 22 '23 21:04 probonopd