helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 58 forks source link

Need Scientific Calculator & Programmer Calculator functionality on a Calculator #380

Closed louies0623 closed 1 year ago

louies0623 commented 2 years ago

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

probonopd commented 2 years ago

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

Hierosme commented 1 year ago

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/

probonopd commented 1 year ago

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

Hierosme commented 1 year ago

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 ?

probonopd commented 1 year ago

sudo pkg install qalculate-qt5 should do the trick.