Dipette is a Windows desktop Application which can select colors of your screen. Afterwards you can copy the RGB, HEX or CMYK values via button click.
The Project is build with electron, react and a C# executable. Electron is wrapping the react app. React is communicating with the C# executable which sends the color values of the screen to the frontend.
To build you need the csc compiler to complile the C# module. You also have to place the Newtonsoft.Json in the Dipette/src/ScreenChecker/libs folder. If this is done you can run:
run npm insall
npm run electron-packIt is also possible to run the scripts with yarn.
The App will be build to the Dipette/dist/win-unpacked folder.
To test and the app you can download it here, unpack the zip and run the Dipette.exe.
The
setup.exeis not working at the moment because it does not contain the C# executable at the moment.
