Recoil Reducer is a Python application that helps you manage recoil in shooter games. It uses the win32api for mouse manipulations.
- Python 3.10
- pip
Clone the repository to your local machine:
git clone https://github.com/TrezorTop/R6S-recoil-reducer.git
Navigate to the project directory:
cd R6S-recoil-reducer
Install the required packages:
pip install -r requirements.txt
To build the application, run the following command:
python -m PyInstaller --onefile --hidden-import=pywintypes --add-data="./settings;settings" main.py
The built application will be in the dist
folder.
Start the application by running the executable in the dist
folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.