4nd3r / runweb

Run website like an app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ sudo apt install python3-pyqt6.qtwebengine xdg-utils libnotify-bin
$ curl -o "$HOME/.local/bin/runweb" https://raw.githubusercontent.com/4nd3r/runweb/main/runweb.py
$ chmod +x "$HOME/.local/bin/runweb"
$ runweb -h
usage: runweb [-h] [-p NAME] URL

run website like an app

positional arguments:
  URL

options:
  -h, --help  show this help message and exit
  -p NAME     persistent profile name

About

Run website like an app.

License:Do What The F*ck You Want To Public License


Languages

Language:Python 98.4%Language:Makefile 1.6%