From the --help:
usage: view.py [-h] [--title TITLE] [--width WIDTH] [--height HEIGHT] [--x-pos X_POS] [--y-pos Y_POS] url
Display a url in a window
positional arguments:
url
optional arguments:
-h, --help show this help message and exit
--title TITLE
--width WIDTH
--height HEIGHT
--x-pos X_POS defaults to center of screen; requires --y-pos
--y-pos Y_POS defaults to center of screen; requires --x-pos