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: add customisable input and output when building the app #4

Closed achille-martin closed 1 year ago

achille-martin commented 1 year ago

Currently, the build-app.py does not accept a different input / output than the ones hard-coded in the python script.

Giving the option of a custom input/output would let people build app from personal scripts / packages.

achille-martin commented 1 year ago

A basic pdy_parser has been coded to manage inputs and outputs when creating an .apk.

The development of the feature has been performed in this issue.

achille-martin commented 1 year ago

Developed in another issue.