Skip to main content

A simple calculator widget PySide6.

Project description

CalQtator

A simple calculator widget built with PySide6.

Installation

$ pip install calqtator

Usage

Terminal:

$ calqtator

Embed CalQtator in an existing app:

import sys

from PySide6.QtWidgets import QApplication, QMainWindow

from calqtator import CalQtator


def main():
    app = QApplication(sys.argv)
    main_window = QMainWindow()
    main_window.setCentralWidget(CalQtator())
    main_window.show()
    app.exec_()


if __name__ == '__main__':
    main()

Changelog

  • 0.2.0
    • Added Changelog to README.md.
    • Button reorganisation.
    • More key bindings.
    • Anticipate unexpected EOF exceptions when = is triggered.
  • 0.1.0
    • Basic calculator functionality.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calqtator-0.2.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

calqtator-0.2.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file calqtator-0.2.0.tar.gz.

File metadata

  • Download URL: calqtator-0.2.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for calqtator-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a0a29f22b905a242b4af23eda644702e45fda6d6e74c234c4f70332334ec2a1b
MD5 a05ac92cc3a78cf535a8e460b5371cdb
BLAKE2b-256 1710b65fde3a77610c7cbd6a7732e1c409216c687b9b16a3b9a3f8fef8dbe3df

See more details on using hashes here.

File details

Details for the file calqtator-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: calqtator-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for calqtator-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c07edb1a0de4c687e6d3573f4196df342a682b64610f3e48e0fbd1c7d0fa498
MD5 e57c45839f5ac29ea43c28857d34fac0
BLAKE2b-256 90900375f021448944d70995736d168f533f9f979913dfdbe3e7560cf87301a0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page