Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This tool was written in Python 3.7 and compiled into an binary with PyInstaller

1. Download the `hwmonitoralignment` binary from Releases tab.
2. Clone this repository and start it up with Python 3.7
+ `C:\> git clone http://gitlab.chrisware.de/chris/hwmonitoralignment.git`
+ `C:\> git clone https://github.com/Chrisg2000/HwMonitorAlignment.git`
+ `C:\> pip install -r requirements.txt`
+ `C:\> python main.py`
+ `C:\> python hwa.py`

## Description
The tool uses the concept of the [virtual screen][1]. The virtual screen is the bounding rectange of all connected monitors to the computer. The primary screen contains the coordinate system origin (0,0) in the upper left corner.
Expand Down