mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 05:50:52 +02:00
add noiz.py
This commit is contained in:
parent
afdd44bfa7
commit
e9b8a0bc15
2 changed files with 16 additions and 0 deletions
8
noiz.py
Executable file
8
noiz.py
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
import webview
|
||||
webview.create_window(
|
||||
"noiz://",
|
||||
"https://bsd.pm/noiz/"
|
||||
)
|
||||
webview.start()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue