-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# GCResizer | ||
this program allows using a [Golden Cursor](https://addons.nvda-project.org/addons/goldenCursor.en.html) file on any resolution, it does this by scaling the coordinates in the .gc file to a resolution that you choose. | ||
|
||
### note: | ||
This is done automatically and it's not completely accurate, but it should be 85 to 90 % accurate or so. | ||
This is done automatically and it's not completely accurate, however it should give acceptible results. | ||
|
||
## Usage. | ||
Download the latest release from the releases page [Here](https://github.com/mazen428/GCResizer/releases/latest) | ||
|
||
Extract and run the executable, the GUI is simple with one button to convert, browse to the file to be converted and select which resolution to convert from and which to convert to. | ||
## Requirements to build. | ||
You should not need to do this as a frozen binary is available in the releases page. | ||
|
||
- Python 3.9. | ||
- WxPython. | ||
- pyinstaller to build. | ||
- py2exe to build. | ||
|
||
Simpley run setup.py after. |