achille-martin / pyqt-crom

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

Feature: Extend app output to iOS Linux Windows #14

Closed achille-martin closed 8 months ago

achille-martin commented 1 year ago

Currently, the aim of the repo is to generate an Android app from a PyQt5 app (exclusively PyQt5).

However, it would be interesting to exploit the capabilities of pyqtdeploy and generate iOS, Linux and Windows apps too, from the same source code.

achille-martin commented 1 year ago

Another extension would be to keep nice consistency between the various apps so you could update your app on Android and then make changes on Windows the same way.

achille-martin commented 8 months ago

This will be tackled in a later release.