This is an example project to show how to develop webxdc apps with Python.
This project depends on:
Check their documentation to know how to install them.
To convert your Python code to JavaScript, execute:
python -m transcrypt app.pyAfter building, you are ready to test the app. The project comes with an small simulator that allows to test your app in your browser, to do it just go to the root of the project and run this command:
python -m http.serverthen open in your browser the URL that is displayed in the shell.
To use the app in Delta Chat, you need to package it in a .xdc archive,
the create-xdc.sh script helps you to do that:
./create-xdc.sh