An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ReShade Utilities
## Program to copy/update [ReShade](https://reshade.me/) DLLs and shaders

[![Donate](https://img.shields.io/badge/Donate-PayPal-brightgreen.svg?style=plastic)](https://www.paypal.com/ncp/payment/6G9Z78QHUD4RJ)
[![License](https://img.shields.io/github/license/ddc/ddcUtils.svg)](https://github.com/ddc/ReshadeUtils/blob/master/LICENSE)
[![PyQt-6](https://img.shields.io/badge/PyQt-6-brightgreen.svg?style=plastic)](https://riverbankcomputing.com/software/pyqt)
[![Github Downloads (total)](https://img.shields.io/github/downloads/ddc/ReshadeUtils/total.svg)]()
[![codecov](https://codecov.io/gh/ddc/ReShadeUtils/graph/badge.svg?token=VG5O44966P)](https://codecov.io/gh/ddc/ReShadeUtils)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Release](https://img.shields.io/github/release/ddc/ReshadeUtils.svg?style=plastic)](https://github.com/ddc/ReshadeUtils/releases/latest)
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://www.python.org)

![screenshot](src/resources/images/screenshot.png)
![screenshot](src/resources/images/screenshot_settings.png)

# 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)