🚸 Select download path
This commit is contained in:
parent
afc9c112cb
commit
3b5a998aaa
7 changed files with 303 additions and 18 deletions
10
main.py
Executable file
10
main.py
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
import webview
|
||||
from backend import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Create a standard webview window
|
||||
window = webview.create_window(
|
||||
"badl - BiliBili Audio Downloader", app, width=500, height=700
|
||||
)
|
||||
webview.start()
|
Loading…
Add table
Add a link
Reference in a new issue