Skip to main content

A simple calculator built with Qt bindings for Python

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()

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.1.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

calqtator-0.1.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: calqtator-0.1.0.tar.gz
  • Upload date:
  • Size: 4.0 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.1.0.tar.gz
Algorithm Hash digest
SHA256 ba385fe54ddc3df18d379ed318b6e9d1a29e49e503f03dfadf2afaa605b451a7
MD5 c8243bb30f6152044f95951d5d7ae378
BLAKE2b-256 602681516775d2352f4b3c775a3fc60aa7967360d4d7e1d2584285933f96d68d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: calqtator-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1592779288fdc4bcf34509385e33547e10cab16e430b720745aa64f967ddb3f0
MD5 b707cec690f63b63fa2b0d3b531fa7f7
BLAKE2b-256 f068a8da9bfead42a3ded267fac218b58c9135056a4e290680c0eece9985e40f

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