Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can python packages be distributed via the MS Store (MSIX)?

Assuming we have a working Python app (in this case, PythonTurtle) which we would like to distribute via the Microsoft Store, is it possible to package it as an MSIX and allow users to easily install it?

Any help would be appreciated!

like image 614
Udi Avatar asked Mar 27 '26 06:03

Udi


1 Answers

If this app does not need any of these limited resources then it should work.

You can use the MS tooling or Advanced Installer Express edition.

If you have any issues I would love to help (pro-bono), ping me at bogdan at advancedinstaller dot com.

Disclaimer: I work on the team building Advanced Installer

like image 196
Bogdan Mitrache Avatar answered Mar 29 '26 19:03

Bogdan Mitrache