https://github.com/ddc/reshadeutils
Program to copy/update ReShade DLLs and shaders.
https://github.com/ddc/reshadeutils
pyinstaller pyqt pyqt6 python python-3 python3 qt6 reshade sqlite3
Last synced: 12 months ago
JSON representation
Program to copy/update ReShade DLLs and shaders.
- Host: GitHub
- URL: https://github.com/ddc/reshadeutils
- Owner: ddc
- License: mit
- Created: 2019-03-11T20:09:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T19:16:42.000Z (over 1 year ago)
- Last Synced: 2025-05-13T01:52:13.654Z (about 1 year ago)
- Topics: pyinstaller, pyqt, pyqt6, python, python-3, python3, qt6, reshade, sqlite3
- Language: Python
- Homepage:
- Size: 11.3 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ReShade Utilities
## Program to copy/update [ReShade](https://reshade.me/) DLLs and shaders
[](https://www.paypal.com/ncp/payment/6G9Z78QHUD4RJ)
[](https://github.com/ddc/ReshadeUtils/blob/master/LICENSE)
[](https://riverbankcomputing.com/software/pyqt)
[]()
[](https://codecov.io/gh/ddc/ReShadeUtils)
[](https://github.com/psf/black)
[](https://github.com/ddc/ReshadeUtils/releases/latest)
[](https://www.python.org)


# Download
+ [Latest Release](https://github.com/ddc/ReshadeUtils/releases/latest)
# Program Notes
+ Configuration, logs and database files are now being saved in "%LOCALAPPDATA%\ReShadeUtils"
+ This program was compiled with PyInstaller
# Run tests and Get coverage report
+ poe test
# To compile using PyInstaller
+ Compile both launcher and program with PyInstaller:
+ python -O -m PyInstaller -y --clean --log-level INFO --workpath ./dist/build --distpath ./dist ./src/data/spec/launcher.spec
+ python -O -m PyInstaller -y --clean --log-level INFO --workpath ./dist/build --distpath ./dist ./src/data/spec/reshadeUtils.spec
# Acknowledgements
+ [PyQt6](https://riverbankcomputing.com/software/pyqt)
+ [Python3](https://www.python.org)
+ [Reshade](https://reshade.me)
+ [PyInstaller](https://www.pyinstaller.org)
+ [Inno Setup](http://www.innosetup.com)
# License
Released under the [GNU GPL v3](LICENSE)
# Buy me a cup of coffee
+ [GitHub Sponsor](https://github.com/sponsors/ddc)
+ [ko-fi](https://ko-fi.com/ddcsta)
+ [Paypal](https://www.paypal.com/ncp/payment/6G9Z78QHUD4RJ)