A table editor based on Qt for Python.
PyTabelo is an open source table editor written in Python using the Python bindings for the Qt framework.
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 © 2022 naracanto. All rights reserved.
This application is released under the GPLv3.
Application logo and icons made by BreezeIcons project from KDE are licensed under LGPLv3.