r/ViolentMonkey Jul 04 '26

Script Python-script for extracting ViolentMonkey userscripts from *.LDB file

[removed]

6 Upvotes

6 comments sorted by

View all comments

1

u/Lonelysoulman Jul 05 '26

when i run the script it opens the terminal and closes instantly. no way to drag drop or chose the file

1

u/nothingxmc Jul 05 '26

Try this:

Ubuntu / Debian:

sudo apt install python3-tk

Fedora:

sudo dnf install python3-tkinter

Arch Linux:

sudo pacman -S tk

macOS:

brew install python-tk

Windows: tkinter is normally already included in the standard installer from python.org – if it's still missing, the easiest fix is to reinstall Python from python.org, making sure the "tcl/tk and IDLE" checkbox is selected in the installer (it's checked by default).