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

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

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.