Skip to content

Instantly share code, notes, and snippets.

View LinuxMainframe's full-sized avatar

'Brutus Gaius' LinuxMainframe

  • USA
View GitHub Profile
@mphuie
mphuie / index.html
Last active January 30, 2025 09:09
pyqt webview javascript -> python example
<html>
<head>
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
<style>
::selection {
background:transparent;
}
</style>
</head>