Skip to content

fr0st-iwnl/XPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

XPicker

🌈 Lightweight, simple, and easy-to-use screen color picker.

Installation β€’ Features β€’ Resource Usage β€’ Showcase

πŸ“¦ Installation

1. Download πŸ³οΈβ€πŸŒˆ XPicker

Get the .exe file from the Releases Page and run it.

2. (Optional) Use the .ahk Script

If you prefer the source code version, download the .ahk file from the Releases Page.
but you'll need to install AutoHotkey v2.0 to run it manually.

✨ Features

🎨 Supported Color Formats

* πŸ’‘ Tip: Press CTRL to cycle through the different color formats.

* ❌ Press ESC to leave the script.

πŸ“˜ Formats

  • HEX β€” #RRGGBB (hexadecimal color code)
  • RGB β€” rgb(R, G, B) (red, green, blue numeric values)
  • RGBA β€” rgba(R, G, B, A) (red, green, blue + alpha/transparency)
  • HSL β€” hsl(HΒ°, S%, L%) (hue, saturation, lightness)
  • HSLA β€” hsla(HΒ°, S%, L%, A) (hue, saturation, lightness + alpha)

πŸ“Š Resource Usage

XPicker is a lightweight tool, using only 0.3% of CPU and 3.8 MB of memory.

image

πŸ“Έ Showcase

XPicker.mp4

🀝 Contributions

Feel free to fork this repository and submit pull requests. Contributions to improve functionality, documentation, or adding features are welcome. For guidelines, please refer to the CONTRIBUTING.md.