/Calculator

Primary LanguagePython

Simple Calculator

This calculator project was maded to make a calculator in the most simple way using pyqt5. The layout is updated and the enter key enter "=" button works now.

Project Over View

Its a common calculator with a cool theme on it.

Quick Observations:

  • The "%" is not percent button it acts as mod (modulo operator), and returns the remainder of the division between the two numbers, i was going to change this, but i think this is a cool feature for the project plus i never see this in another calculators.
  • If you write something the calculator can't understand it will show a mensage saying "Incorrect Expression."
  • You can click with the mouse in the entry and write the calculation as it is in any calculator...
  • The calculator can do operation with float numbers and show the results as float numbers too.

Prerequisites

  • Python3
  • PyQt5