StephenRoille / Calculator

A simple calculator application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coverage: 46% Hypothesis; Tested License GUI: GPLv3 PyPI: 0.1.0 SemVer: 2.0.0 style: Black

Calculator is written using Python and the PyQt5 framework.

Installation (Python 3.6+)

The calculator package is available from PyPI and requires Python 3.6+. It offers a simple graphical-user interface (GUI).

We recommend using pipx. Follow the pipx installation guide, then proceed to install the calculator package with pipx,

pipx install calculator

The calculator command-line interface (CLI) utility is now globally available to start the builtin GUI, but remains isolated and easily manageable via the excellent pipx CLI.

Links

Interested in the calculator project? Click one of the following links to dive deeper.

License

The calculator project is licensed under the GNU GPLv3 license.

The dedicated GUI was designed and developed using the Qt framework and the PyQt5 library. Since PyQt5 is licensed under GNU GPLv3, the calculator GUI (calculator.gui sub-package) MUST comply to its terms.

About

A simple calculator application.

License:GNU General Public License v3.0


Languages

Language:Python 63.1%Language:NSIS 28.4%Language:Makefile 8.5%