Skip to content

beletalabs/pytabelo

Repository files navigation

PyTabelo

A table editor based on Qt for Python.

Description

PyTabelo is an open source table editor written in Python using the Python bindings for the Qt framework.

Usage

Resources

The resource collection files are converted into Python modules using the rcc resource compiler:

Qt 5.14 or later:
rcc -g python icons.qrc -o icons_rc.py

Qt 5.13 or older:
pyside2-rcc icons.qrc -o icons_rc.py

Copyright

Copyright © 2022 naracanto. All rights reserved.

License

This application is released under the GPLv3.

Credits

Application logo and icons made by BreezeIcons project from KDE are licensed under LGPLv3.

Releases

No releases published

Packages

No packages published

Languages