8000 GitHub - kinto0/change_resolution: a utility for changing the resolution on windows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kinto0/change_resolution

Repository files navigation

change_resolution: a resolution changing utility for windows

(mostly copied from gamestream_launchpad)

Usage

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

Development (windows only?)

pip install -r requirements.txt
python change_resolution.py <width> <height> [-r <refresh rate>]

To build an executable:

pyinstaller --onefile change_resolution.py

About

a utility for changing the resolution on windows

Resources

Stars

Watchers

Forks

Packages

No packages published
0