Skip to content

umangshrestha/py-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCalculator

plot

This is real time interactive calulator. Implemented using PyQt5.

  • It will do basic arthemetic operation like add(+), subtract(-), division(/) and multiplicaiton(*), as well as power(^).
  • Values are shown automatically in the display as input is being pressed.
  • for division by 0, it will show inf.
  • for error in calulation like +1+/2, it will display nan.

To run the application:

$ python src/GUI.py

To compile an application:

$ pyinstaller --onefile --windowed src/GUI.py $ ./dist/GUI


For logic for creating calculator refer here: https://umangshrestha09.medium.com/introduction-to-creating-interpreter-using-python-c2a9a6820aa0

About

basic implementation of calculator using PyQt5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published