Fixed DPI scaling issue that was causing the window to have text cut off. A known limitation is the scaling is based off the first monitor, and does not dynamically rescale (that I'm aware of).
6 lines
122 B
Batchfile
6 lines
122 B
Batchfile
@echo off
|
|
pip install pyinstaller
|
|
pip install proxmoxer
|
|
pip install PySimpleGUIQt
|
|
pip install requests
|
|
pip install pywin32 |