FlashScreen is a desktop application that allows you to flash your screen between two selected colors just by pressing any button.
⚠️ Warning: May induce seizures if you have epilepsy!
In order to use the app go to the releases page and download the latest version.
To run the app you need:
- A computer running Windows:
- Windows 10 or superior;
- Have .NET 7 installed.
After downloading the app from the releases page, run it and you can start using. FlashScreen is a portable application, so it can be saved in a portable drive (like a pen USB) and be used in any windows machine.
If you want to deploy a copy of FlashScreen on your device to develop a feature or fix a bug, follow the steps below to get started.
In order to run the application, you will need the following tools:
- Visual Studio 2022
- C# 11.0
- .NET Core 7
- git (optional)
- Clone the repository
git clone https://github.com/D3W10/FlashScreen.git
- Open the project solution (
.slnfile) using Visual Studio - Compile and run by pressing
F5
Distributed under the Mozilla Public License 2.0. See LICENSE for more details.
- Made by Daniel Nunes