Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somebody4545/dcr
A jerryrigged software-based Dynamic Contrast Ratio implementation
https://github.com/somebody4545/dcr
auto-brightness dcr dyamic-contrast-ratio
Last synced: 2 months ago
JSON representation
A jerryrigged software-based Dynamic Contrast Ratio implementation
- Host: GitHub
- URL: https://github.com/somebody4545/dcr
- Owner: somebody4545
- Created: 2023-09-17T20:16:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T04:10:35.000Z (about 1 year ago)
- Last Synced: 2023-12-27T05:23:50.623Z (about 1 year ago)
- Topics: auto-brightness, dcr, dyamic-contrast-ratio
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Contrast Ratio
A jerryrigged software-based Dynamic Contrast Ratio implementation for old monitors that don't support it## Prerequisites
- Python 3.9 (should work on older versions)
- Works best (and likely only) on Windows 10 or above
### Packages
```
pip install -r requirements.txt
```## Credits
[Emilurenius for average screen color script](https://github.com/Emilurenius)