achille-martin / pyqt-crom

Create cross-platform apps (Android for now) using only Python and the Qt Framework (PyQt5 for now).
MIT License
25 stars 2 forks source link

Research: Integrate various PyQt versions #39

Open achille-martin opened 3 months ago

achille-martin commented 3 months ago

QtPy might be the solution to integrate various PyQt versions (for instance PyQt5 and PyQt6) with only one abstraction layer.

Link: https://pypi.org/project/QtPy/