(mostly copied from gamestream_launchpad)
positional arguments:
width
height
options:
-h, --help show this help message and exit
-r REFRESH_RATE, --refresh-rate REFRESH_RATE (optional)
example:
./change_resolution.exe 2560 1440 -r 50
pip install -r requirements.txt
python change_resolution.py <width> <height> [-r <refresh rate>]
To build an executable:
pyinstaller --onefile change_resolution.py