https://github.com/frontear/pixelbuddy
A simple utility to test for dead pixels and attempt to resuscitate them
https://github.com/frontear/pixelbuddy
Last synced: 4 months ago
JSON representation
A simple utility to test for dead pixels and attempt to resuscitate them
- Host: GitHub
- URL: https://github.com/frontear/pixelbuddy
- Owner: Frontear
- License: gpl-3.0
- Created: 2022-03-06T05:14:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T00:26:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T11:27:45.817Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PixelBuddy
A simple python project which aims to help determine dead/stuck pixels on a display. It also attempts to resuscitate them via a series of rapid color flashes. Developed and written in [pygame](https://www.pygame.org/).
## Getting Started
We encourage using a Python [virtual environment](https://code.visualstudio.com/docs/python/environments), and using [VSCode](https://code.visualstudio.com/) for editing and maintaining this project.
- Clone this repository via `git clone https://github.com/Frontear/PixelBuddy.git PixelBuddy`
- Create a virtual environment in the repo via `cd PixelBuddy && python -m venv .venv`
- Open the workspace folder **PixelBuddy** in VS Code. It should automatically setup the virtual environment
- Execute `python -m pip install -r requirements.txt` to install the necessary dependencies
## License
This project is licensed under the [GNU General Public License v3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) — you may copy, distribute and modify the software as long as you track changes/dates in source files.