py2exe is a website that allows users to convert python files to windows executables in the cloud. It uses flask for backend, celery for task execution and pyinstaller via wine for the compilation itself.
The website is running at https://py2exe.com . Any feeback is highly appreciated.