qalculator

A simple Calculator written in PyQt4


Keywords
pyqt pyqt4 calculator, calculator, pyqt4, qt4
License
GPL-3.0
Install
pip install qalculator==1.4.5

Documentation

Qalculator

A simple Calculator written in PyQt4

Dependency = python2.7, python-qt4

Description

This is a very simple calculator.
Add, substract, multiply, divide numbers.
View the answer in LCD display like widget.

Installation

To Install qalculator open terminal inside qalculator-master directory.
And then run following command..
$ sudo pip install .

Qalculator will be automatically added to applications menu.

To uninstall run..
$ sudo pip uninstall qalculator

Usage

To run after installing, type command..

$ qalculator

If you want to run the calculator without/before installing, then
Open terminal and change directory to qalculator-master and run

$ ./run.sh