Skip to content

Releases: wysslrob/ZScoreToolbox

ZScoreToolbox v1.0.7

22 Mar 22:55
4439b4e

Choose a tag to compare

ZScoreToolbox v1.0.7

A lightweight Windows system tray tool for measuring Z-scores directly on any screen content β€” no manual data entry required.

How to use β€” Draw Mode (default)

  1. Press Ctrl+Alt+D or click the tray icon β†’ Draw Z-Score
  2. A screenshot opens with a dark overlay
  3. Hold left mouse button and trace the data line freehand
  4. Release β€” Mean, Β±1 SD and Β±2 SD are calculated automatically
  5. Z-score of the last drawn point appears instantly

How to use β€” Click Mode

  1. Press Ctrl+Alt+S or click the tray icon β†’ Measure Z-Score
  2. A screenshot opens with a dark overlay
  3. Click 6 points in order:
    • 🟩 +2 SD β€” two standard deviations above
    • 🟒 +1 SD β€” one standard deviation above
    • πŸ”΅ Mean β€” the zero / mean line
    • πŸ”΄ -1 SD β€” one standard deviation below
    • πŸŸ₯ -2 SD β€” two standard deviations below
    • 🟑 Datapoint β€” the value you want to measure
  4. Z-score appears instantly with a visual gauge

Press ESC at any time to cancel.

Download

πŸ‘‰ ZScoreToolbox.exe β€” no installation required, just run it on Windows 10/11

Requirements

  • Windows 10 / 11
  • No Python needed

What's new in v1.0.7

  • πŸ–±οΈ Result popup now closes automatically when clicking elsewhere
  • ⌨️ ESC key works immediately without requiring a first click
  • πŸ”€ Tray icon toggles between Draw and Click mode
  • πŸ“ Click mode now supports Β±2 SD for more accurate Z-score calculation
  • 🎨 Draw mode is now the default tray action
  • πŸ› Various stability improvements

ZScoreToolbox v1.0.5

22 Mar 22:06
e45d3db

Choose a tag to compare

ZScoreToolbox v1.0.5

A lightweight Windows system tray tool for measuring Z-scores directly on any screen content β€” no manual data entry required.

How to use

  1. Click the tray icon β†’ Measure Z-Score or press Ctrl+Alt+S from anywhere
  2. A screenshot opens with a dark overlay
  3. Click 4 points in order:
    • πŸ”΅ Mean β€” the zero / mean line
    • 🟒 +1 SD β€” one standard deviation above
    • πŸ”΄ -1 SD β€” one standard deviation below
    • 🟑 Datapoint β€” the value you want to measure
  4. The Z-score appears instantly with a visual gauge

Press ESC at any time to cancel.

Download

πŸ‘‰ ZScoreToolbox.exe β€” no installation required, just run it on Windows 10/11

Requirements

  • Windows 10 / 11
  • No Python needed

What's new in v1.0.5

  • πŸ“‹ Version alignment across all files (__version__, CHANGELOG, releases)
  • πŸ–ΌοΈ Screenshot placeholder added to README for better project presentation
  • πŸ“ CHANGELOG rewritten with consistent version history from v1.0.0 to v1.0.5
  • 🀝 CONTRIBUTING.md updated with screenshot update guidelines

ZScoreToolbox v1.0.4

22 Mar 21:48
fb3cb72

Choose a tag to compare

ZScoreToolbox v1.0.4

A lightweight Windows system tray tool for measuring Z-scores directly on any screen content β€” no manual data entry required.

How to use

  1. Click the tray icon β†’ Measure Z-Score or press Ctrl+Alt+S from anywhere
  2. A screenshot opens with a dark overlay
  3. Click 4 points in order:
    • πŸ”΅ Mean β€” the zero / mean line
    • 🟒 +1 SD β€” one standard deviation above
    • πŸ”΄ -1 SD β€” one standard deviation below
    • 🟑 Datapoint β€” the value you want to measure
  4. The Z-score appears instantly with a visual gauge

Press ESC at any time to cancel.

Download

πŸ‘‰ ZScoreToolbox.exe β€” no installation required, just run it on Windows 10/11

Requirements

  • Windows 10 / 11
  • No Python needed

What's new in v1.0.4

  • 🏷️ Cursor now shows step label (Mean / +1 SD / -1 SD / Datapoint) instead of Y-coordinate
  • πŸ”’ Security audit workflow added (Bandit + pip-audit on every push)
  • πŸ“„ SECURITY.md added β€” vulnerability reporting guidelines
  • 🧹 Full code audit β€” cleaned up imports, improved type hints and error handling
  • πŸ“ All documentation updated to reflect current features

ZScore Toolbox v1.0.3

22 Mar 21:31
88bc454

Choose a tag to compare

ZScore Toolbox v1.0.3

A lightweight Windows system tray tool for measuring Z-scores directly on any screen content β€” no manual data entry required.

How to use

  1. Click the tray icon β†’ Measure Z-Score or press Ctrl+Alt+S from anywhere
  2. A screenshot opens with a dark overlay
  3. Click 4 points in order:
    • πŸ”΅ Mean β€” the zero / mean line
    • 🟒 +1 SD β€” one standard deviation above
    • πŸ”΄ -1 SD β€” one standard deviation below
    • 🟑 Point β€” the value you want to measure
  4. The Z-score appears instantly with a visual gauge

Press ESC at any time to cancel.

Download

πŸ‘‰ ZScoreToolbox.exe β€” no installation required, just run it

Requirements

  • Windows 10 / 11
  • No Python needed

What's new in v1.0.3

  • ⌨️ Global hotkey Ctrl+Alt+S to trigger measurement from anywhere
  • 🎯 Result labels now centered on screen with dark background for better readability