qtbricks

Python Qt components: widgets and utils, focussing on scientific GUIs

https://github.com/tillbiskup/qtbricks

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.9%) to scientific vocabulary

Keywords

pyside6 python qt widgets
Last synced: 6 months ago · JSON representation ·

Repository

Python Qt components: widgets and utils, focussing on scientific GUIs

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Topics
pyside6 python qt widgets
Created over 2 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Roadmap

README.rst

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10154865.svg
   :target: https://doi.org/10.5281/zenodo.10154865
   :align: right

========
qtbricks
========

*Python Qt components: widgets and utils, focussing on scientific GUIs.*

Welcome! This is qtbricks, a Python package collecting a growing series of "real-world" **GUI widgets** and related tools written with and for **PySide6**, the official Python bindings for Qt6.

Do you want or need to create complex GUIs with Python and Qt but don't want to spend too much time reimplementing seemingly basic widgets and functionality? Are you overwhelmed by the complexity of GUI programming and just want to focus on the actual tasks that need to get done? So do we, and that's how qtbricks was born. **Separate the GUI from the business logic** in your code, provide a series of high-level GUI widgets for (admittedly complex) standard tasks, **focus on as readable and as Pythonic code as possible**. And yes, it has a clear focus on **GUIs for scientific data analysis** tasks.


Features
========

A list of features:

* Highly modular code: each widget is as self-contained as possible

* User-friendly: obvious behaviour, no surprises, hints (via tooltips) included

* Separation of concerns: widgets handle the GUI stuff and expose a programmatic API

* Designed with code readability in mind


And to make it even more convenient for users and future-proof:

* Open source project written in Python (>= 3.7)

* Developed fully test-driven (well, not yet...)

* Extensive user and API documentation


Installation
============

To install the qtbricks package on your computer (sensibly within a Python virtual environment), open a terminal (activate your virtual environment), and type in the following::

    pip install qtbricks


License
=======

This program is free software: you can redistribute it and/or modify it under the terms of the **BSD License**.


A note on the name
==================

Why "qtbricks"? What is in a name? A name should answer the important questions (What is it? What does it?), should be easy to remember and reasonably unique to be searchable (findable!) on the web. Bricks are basic building blocks, more generic than the term "widget" in a GUI context, and after all, bricks seem to have a natural connection to windows, haven't they?

Owner

  • Login: tillbiskup
  • Kind: user
  • Location: Germany

Scientist focussing on reproducible research, particularly in spectroscopy

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: qtbricks
abstract: >
    Python Qt components: widgets and utils, focussing on scientific GUIs.
  
    Qtbricks is a Python package collecting a growing series of "real-world" GUI widgets and related tools written with and for PySide6, the official Python bindings for Qt6.
  
    Do you want or need to create complex GUIs with Python and Qt but don't want to spend too much time reimplementing seemingly basic widgets and functionality? Are you overwhelmed by the complexity of GUI programming and just want to focus on the actual tasks that need to get done? So do we, and that's how qtbricks was born. Separate the GUI from the business logic in your code, provide a series of high-level GUI widgets for (admittedly complex) standard tasks, focus on as readable and as Pythonic code as possible.
authors:
  - family-names: Biskup
    given-names: Till
    orcid: "https://orcid.org/0000-0003-2913-0004"
type: software
license: BSD-2-Clause
repository-code: "https://github.com/tillbiskup/qtbricks"
keywords:
  - "Python packages"
  - "GUI programming"
  - "Qt"
  - "PySide6"
  - "Widgets"
identifiers:
  - description: "The concept DOI of the work."
    type: doi
    value: 10.5281/zenodo.10154865

GitHub Events

Total
  • Release event: 1
  • Push event: 2
Last Year
  • Release event: 1
  • Push event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 38 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: qtbricks

Python Qt components: widgets and utils, focussing on scientific GUIs

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 38 Last month
Rankings
Dependent packages count: 10.0%
Average: 38.8%
Dependent repos count: 67.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • PySide6 *
  • matplotlib *