ISO
ISO copied to clipboard
Need Scientific Calculator & Programmer Calculator functionality on a Calculator
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.
If anyone wants to find or write on in PyQt without large dependencies, I will consider to add it.
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/
Check out http://qalculate.github.io/
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 ?
sudo pkg install qalculate-qt5
should do the trick.