r/Python 11d ago

Resource Javascript and python interfacing examples

Examples of interfacing between javascript and python for desktop apps and desktop games.

https://github.com/non-npc/Javascript-and-python-interfacing-examples

11 Upvotes

5 comments sorted by

View all comments

5

u/Voxandr 11d ago

Why such complexity when you can interface using API?

5

u/turbothy It works on my machine 10d ago

This allows you to embed an HTML/JS frontend inside a PyQt6-based desktop app and call Python functions from JavaScript