Skip to content

A Windows desktop Pipette to select colors ๐Ÿ’‰

License

Notifications You must be signed in to change notification settings

ValerianWeiss/Dipette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Dipette ๐Ÿ’‰

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.

Dipette screenshot

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.

How to build

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-pack

It is also possible to run the scripts with yarn. The App will be build to the Dipette/dist/win-unpacked folder.

How to download

To test and the app you can download it here, unpack the zip and run the Dipette.exe.

Note:

The setup.exe is not working at the moment because it does not contain the C# executable at the moment.