Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanm committed Jun 13, 2022
1 parent 49a987c commit f2d7ede
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
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.

0 comments on commit f2d7ede

Please sign in to comment.